Html Css Color HEX #4F5ECD Free Speech Blue

📋 copy color: '#4F5ECD'

red 79 ◦ green 94 ◦ blue 205

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

Shades of Free Speech Blue #4F5ECD

Tints of Free Speech Blue #4F5ECD

RGB

 RED value IS 79 (31.25% from 255) = 20.9%

 GREEN value IS 94 (37.11% from 255) = 24.87%

 BLUE value IS 205 (80.47% from 255) = 54.23%

R = 20.9%
G = 24.87%
B = 54.23%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F5ECD (or 0x4F5ECD) is known color: Free Speech Blue. HEX triplet: 4F, 5E and CD. RGB value is (79,94,205). Sum of RGB (Red+Green+Blue) = 79+94+205=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #4F5ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F5ECD is #B0A132. Grayscale: #656565. Windows color (decimal): -11575603 or 13459023. OLE color: 13459023.

HSL color Cylindrical-coordinate representation of color #4F5ECD: hue angle of 232.86º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F5ECD is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 94 205 -
CMYK 0.61 0.54 0 0.20
HSL 232.86º 0.56% 0.56% -
HSV(B) 232.86º 0.61% 0.8% -
XYZ 18.25 14.08 59.51 -
YUV 102.17 186.03 111.47 -
System Red Green Blue C M Y K H S L
Decimal 79 94 205 0.61 0.54 0 0.20 232.86 0.56 0.56
Hex 4F 5E CD 3D 36 0 14 E9 38 38
Octal 117 136 315 75 66 0 24 351 70 70
Binary 1001111 1011110 11001101 111101 110110 0 10100 11101001 111000 111000

Color Harmonies of #4F5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F5ECD

Black with #4F5ECD

Text Example


Text Example

White with #4F5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F5ECD;
 }
 .AnyTagClassName
 {
   color: #4F5ECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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