#4C55DC

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

Shades of Free Speech Blue #4C55DC

Tints of Free Speech Blue #4C55DC

Color information

#4C55DC (or 0x4C55DC) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 55 and DC. RGB value is (76,85,220). Sum of RGB (Red+Green+Blue) = 76+85+220=381 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.95% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #4C55DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C55DC is #B3AA23. Grayscale: #616161. Windows color (decimal): -11774500 or 14439756. OLE color: 14439756.

HSL color Cylindrical-coordinate representation of color #4C55DC: hue angle of 236.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C55DC is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB7685220-
CMYK0.650.6100.14
HSL236.25º67.29%58.04%-
HSV(B)236.25º65.45%86.27%-
XYZ19.1513.269.25-
YUV97.7197.02112.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.95%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 220 (86.33% from 255) = 57.74%
R=19.95%
G=22.31%
B=57.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal76852200.650.6100.14236.2567.2958.04
Hex4C55DC413D0Eec433a
Octal1141253341017501635410372
Binary1001100101010111011100100000111110101110111011001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C55DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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