#4F5EC0

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

Shades of Free Speech Blue #4F5EC0

Tints of Free Speech Blue #4F5EC0

Color information

#4F5EC0 (or 0x4F5EC0) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5E and C0. RGB value is (79,94,192). Sum of RGB (Red+Green+Blue) = 79+94+192=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #4F5EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5EC0 is #B0A13F. Grayscale: #646464. Windows color (decimal): -11575616 or 12607055. OLE color: 12607055.

HSL color Cylindrical-coordinate representation of color #4F5EC0: hue angle of 232.04º 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 #4F5EC0 is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7994192-
CMYK0.590.5100.25
HSL232.04º47.28%53.14%-
HSV(B)232.04º58.85%75.29%-
XYZ16.7413.4751.59-
YUV100.69179.53112.53-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.64%
GREEN value IS 94 (37.11% from 255) = 25.75%
BLUE value IS 192 (75.39% from 255) = 52.60%
R=21.64%
G=25.75%
B=52.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal79941920.590.5100.25232.0447.2853.14
Hex4F5EC03B33019e82f35
Octal11713630073630313505765
Binary100111110111101100000011101111001101100111101000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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