Html Css Color HEX #4F5ECC Free Speech Blue

📋 copy color: '#4F5ECC'

red 79 ◦ green 94 ◦ blue 204

#4F5ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4F5ECC

Tints of Free Speech Blue #4F5ECC

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 value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4F5ECC (or 0x4F5ECC) is known color: 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

RGB 79 94 204 -
CMYK 0.61 0.54 0 0.2
HSL 232.8º 0.55% 0.55% -
HSV(B) 232.8º 0.61% 0.8% -
XYZ 18.13 14.03 58.88 -
YUV 102.06 185.53 111.56 -
System Red Green Blue C M Y K H S L
Decimal 79 94 204 0.61 0.54 0 0.2 232.8 0.55 0.55
Hex 4F 5E CC 3D 36 0 14 E9 37 37
Octal 117 136 314 75 66 0 24 351 67 67
Binary 1001111 1011110 11001100 111101 110110 0 10100 11101001 110111 110111

Color Harmonies of #4F5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5ECC

Black with #4F5ECC

Text Example


Text Example

White with #4F5ECC

Text Example


Text Example

HTML Codes & Css Web 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>