#4F57BF

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

Shades of Free Speech Blue #4F57BF

Tints of Free Speech Blue #4F57BF

Color information

#4F57BF (or 0x4F57BF) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 57 and BF. RGB value is (79,87,191). Sum of RGB (Red+Green+Blue) = 79+87+191=357 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.13% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #4F57BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F57BF is #B0A840. Grayscale: #606060. Windows color (decimal): -11577409 or 12539727. OLE color: 12539727.

HSL color Cylindrical-coordinate representation of color #4F57BF: hue angle of 235.71º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F57BF is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7987191-
CMYK0.590.5400.25
HSL235.71º46.67%52.94%-
HSV(B)235.71º58.64%74.9%-
XYZ16.0412.2450.81-
YUV96.46181.35115.54-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.13%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 191 (75% from 255) = 53.50%
R=22.13%
G=24.37%
B=53.50%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79871910.590.5400.25235.7146.6752.94
Hex4F57BF3B36019ec2f35
Octal11712727773660313545765
Binary100111110101111011111111101111011001100111101100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F57BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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