#4F57CB

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

Shades of Free Speech Blue #4F57CB

Tints of Free Speech Blue #4F57CB

Color information

#4F57CB (or 0x4F57CB) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 57 and CB. RGB value is (79,87,203). Sum of RGB (Red+Green+Blue) = 79+87+203=369 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.41% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F57CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F57CB is #B0A834. Grayscale: #616161. Windows color (decimal): -11577397 or 13326159. OLE color: 13326159.

HSL color Cylindrical-coordinate representation of color #4F57CB: hue angle of 236.13º degrees, saturation: 0.54, 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 #4F57CB is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB7987203-
CMYK0.610.5700.20
HSL236.13º54.39%55.29%-
HSV(B)236.13º61.08%79.61%-
XYZ17.4112.7958.05-
YUV97.83187.35114.57-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.41%
GREEN value IS 87 (34.38% from 255) = 23.58%
BLUE value IS 203 (79.69% from 255) = 55.01%
R=21.41%
G=23.58%
B=55.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal79872030.610.5700.20236.1354.3955.29
Hex4F57CB3D39014ec3637
Octal11712731375710243546667
Binary100111110101111100101111110111100101010011101100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F57CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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