#4f5ec9

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

Shades of Free Speech Blue #4F5EC9

Tints of Free Speech Blue #4F5EC9

Color information

#4F5EC9 (or 0x4F5EC9) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5E and C9. RGB value is (79,94,201). Sum of RGB (Red+Green+Blue) = 79+94+201=374 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.12% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #4F5EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5EC9 is #B0A136. Grayscale: #656565. Windows color (decimal): -11575607 or 13196879. OLE color: 13196879.

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

Color convert

RGB7994201-
CMYK0.610.5300.21
HSL232.62º53.04%54.9%-
HSV(B)232.62º60.7%78.82%-
XYZ17.7713.8857-
YUV101.71184.03111.8-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.12%
GREEN value IS 94 (37.11% from 255) = 25.13%
BLUE value IS 201 (78.91% from 255) = 53.74%
R=21.12%
G=25.13%
B=53.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal79942010.610.5300.21232.6253.0454.9
Hex4F5EC93D35015e93537
Octal11713631175650253516567
Binary100111110111101100100111110111010101010111101001110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f5ec9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,94,201); }

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

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

 a { background-color: rgb(79,94,201); }

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

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

 span { border-color: rgb(79,94,201); }

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