#4C55CD

Color #4C55CD Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4C55CD

Tints of Free Speech Blue #4C55CD

Color information

#4C55CD (or 0x4C55CD) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 55 and CD. RGB value is (76,85,205). Sum of RGB (Red+Green+Blue) = 76+85+205=366 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.77% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C55CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C55CD is #B3AA32. Grayscale: #5F5F5F. Windows color (decimal): -11774515 or 13456716. OLE color: 13456716.

HSL color Cylindrical-coordinate representation of color #4C55CD: hue angle of 235.81º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C55CD is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7685205-
CMYK0.630.5900.20
HSL235.81º56.33%55.1%-
HSV(B)235.81º62.93%80.39%-
XYZ17.2512.4459.25-
YUV95.99189.52113.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 20.77%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 205 (80.47% from 255) = 56.01%
R=20.77%
G=23.22%
B=56.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal76852050.630.5900.20235.8156.3355.1
Hex4C55CD3F3B014ec3837
Octal11412531577730243547067
Binary100110010101011100110111111111101101010011101100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C55CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C55CD; }

 p { color: rgb(76,85,205); }

 H1.HeaderClassName
 {
   color: #4C55CD;
 }
 .AnyTagClassName
 {
   color: #4C55CD;
 }
</style>
background-color css

<style>
 a { background-color: #4C55CD; }

 a { background-color: rgb(76,85,205); }

 div.DivClassName
 {
   background-color: #4C55CD;
 }
 .BgClassName
 {
   background-color: #4C55CD;
 }
</style>
border-color css

<style>
 span { border-color: #4C55CD; }

 span { border-color: rgb(76,85,205); }

 td.TdClassName
 {
   border-color: #4C55CD;
 }
 .TagClassName
 {
   border-color: #4C55CD;
 }
</style>