#4C57C3

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

Shades of Free Speech Blue #4C57C3

Tints of Free Speech Blue #4C57C3

Color information

#4C57C3 (or 0x4C57C3) is unknown color: approx Free Speech Blue. HEX triplet: 4C, 57 and C3. RGB value is (76,87,195). Sum of RGB (Red+Green+Blue) = 76+87+195=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 195 (76.56% from 255 or 54.47% from 358); Max value from RGB is 195 - color contains mainly: blue. Hex color #4C57C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C57C3 is #B3A83C. Grayscale: #5F5F5F. Windows color (decimal): -11774013 or 12801868. OLE color: 12801868.

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

Color convert

RGB7687195-
CMYK0.610.5500.24
HSL234.45º49.79%53.14%-
HSV(B)234.45º61.03%76.47%-
XYZ16.2412.2953.15-
YUV96.02183.86113.72-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.23%
GREEN value IS 87 (34.38% from 255) = 24.30%
BLUE value IS 195 (76.56% from 255) = 54.47%
R=21.23%
G=24.30%
B=54.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal76871950.610.5500.24234.4549.7953.14
Hex4C57C33D37018ea3235
Octal11412730375670303526265
Binary100110010101111100001111110111011101100011101010110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C57C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,87,195); }

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

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

 a { background-color: rgb(76,87,195); }

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

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

 span { border-color: rgb(76,87,195); }

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