#4C55C4

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

Shades of Free Speech Blue #4C55C4

Tints of Free Speech Blue #4C55C4

Color information

#4C55C4 (or 0x4C55C4) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 55 and C4. RGB value is (76,85,196). Sum of RGB (Red+Green+Blue) = 76+85+196=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 196 (76.95% from 255 or 54.90% from 357); Max value from RGB is 196 - color contains mainly: blue. Hex color #4C55C4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C55C4 is #B3AA3B. Grayscale: #5E5E5E. Windows color (decimal): -11774524 or 12866892. OLE color: 12866892.

HSL color Cylindrical-coordinate representation of color #4C55C4: hue angle of 235.5º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C55C4 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7685196-
CMYK0.610.5700.23
HSL235.5º50.42%53.33%-
HSV(B)235.5º61.22%76.86%-
XYZ16.1912.0253.69-
YUV94.96185.02114.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.29%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 196 (76.95% from 255) = 54.90%
R=21.29%
G=23.81%
B=54.90%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal76851960.610.5700.23235.550.4253.33
Hex4C55C43D39017ec3235
Octal11412530475710273546265
Binary100110010101011100010011110111100101011111101100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C55C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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