#4F5FC0

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

Shades of Free Speech Blue #4F5FC0

Tints of Free Speech Blue #4F5FC0

Color information

#4F5FC0 (or 0x4F5FC0) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5F and C0. RGB value is (79,95,192). Sum of RGB (Red+Green+Blue) = 79+95+192=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 192 (75.39% from 255 or 52.46% from 366); Max value from RGB is 192 - color contains mainly: blue. Hex color #4F5FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5FC0 is #B0A03F. Grayscale: #646464. Windows color (decimal): -11575360 or 12607311. OLE color: 12607311.

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

Color convert

RGB7995192-
CMYK0.590.5100.25
HSL231.5º47.28%53.14%-
HSV(B)231.5º58.85%75.29%-
XYZ16.8313.6551.62-
YUV101.27179.2112.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.58%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 192 (75.39% from 255) = 52.46%
R=21.58%
G=25.96%
B=52.46%

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
Decimal79951920.590.5100.25231.547.2853.14
Hex4F5FC03B33019e82f35
Octal11713730073630313505765
Binary100111110111111100000011101111001101100111101000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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