#4F5ECC

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

Shades of Free Speech Blue #4F5ECC

Tints of Free Speech Blue #4F5ECC

Color information

#4F5ECC (or 0x4F5ECC) is unknown color: approx Free Speech Blue. HEX triplet: 4F, 5E and CC. RGB value is (79,94,204). Sum of RGB (Red+Green+Blue) = 79+94+204=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F5ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5ECC is #B0A133. Grayscale: #656565. Windows color (decimal): -11575604 or 13393487. OLE color: 13393487.

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

Color convert

RGB7994204-
CMYK0.610.5400.2
HSL232.8º55.07%55.49%-
HSV(B)232.8º61.27%80%-
XYZ18.1314.0358.88-
YUV102.06185.53111.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.95%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 204 (80.08% from 255) = 54.11%
R=20.95%
G=24.93%
B=54.11%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal79942040.610.5400.2232.855.0755.49
Hex4F5ECC3D36014e93737
Octal11713631475660243516767
Binary100111110111101100110011110111011001010011101001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F5ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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