#4F57CC

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

Shades of Free Speech Blue #4F57CC

Tints of Free Speech Blue #4F57CC

Color information

#4F57CC (or 0x4F57CC) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 57 and CC. RGB value is (79,87,204). Sum of RGB (Red+Green+Blue) = 79+87+204=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F57CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F57CC is #B0A833. Grayscale: #616161. Windows color (decimal): -11577396 or 13391695. OLE color: 13391695.

HSL color Cylindrical-coordinate representation of color #4F57CC: hue angle of 236.16º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F57CC is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7987204-
CMYK0.610.5700.2
HSL236.16º55.07%55.49%-
HSV(B)236.16º61.27%80%-
XYZ17.5312.8458.68-
YUV97.95187.85114.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.35%
GREEN value IS 87 (34.38% from 255) = 23.51%
BLUE value IS 204 (80.08% from 255) = 55.14%
R=21.35%
G=23.51%
B=55.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal79872040.610.5700.2236.1655.0755.49
Hex4F57CC3D39014ec3737
Octal11712731475710243546767
Binary100111110101111100110011110111100101010011101100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F57CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,87,204); }

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

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

 a { background-color: rgb(79,87,204); }

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

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

 span { border-color: rgb(79,87,204); }

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