Html Css Color HEX #4C5ECE Free Speech Blue

📋 copy color: '#4C5ECE'

red 76 ◦ green 94 ◦ blue 206

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

Shades of Free Speech Blue #4C5ECE

Tints of Free Speech Blue #4C5ECE

RGB

 RED value IS 76 (30.08% from 255) = 20.21%

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

 BLUE value IS 206 (80.86% from 255) = 54.79%

R = 20.21%
G = 25%
B = 54.79%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C5ECE (or 0x4C5ECE) is known color: Free Speech Blue. HEX triplet: 4C, 5E and CE. RGB value is (76,94,206). Sum of RGB (Red+Green+Blue) = 76+94+206=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 206 (80.86% from 255 or 54.79% from 376); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C5ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5ECE is #B3A131. Grayscale: #646464. Windows color (decimal): -11772210 or 13524556. OLE color: 13524556.

HSL color Cylindrical-coordinate representation of color #4C5ECE: hue angle of 231.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4C5ECE is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 94 206 -
CMYK 0.63 0.54 0 0.19
HSL 231.69º 0.57% 0.55% -
HSV(B) 231.69º 0.63% 0.81% -
XYZ 18.12 14 60.14 -
YUV 101.39 187.04 109.89 -
System Red Green Blue C M Y K H S L
Decimal 76 94 206 0.63 0.54 0 0.19 231.69 0.57 0.55
Hex 4C 5E CE 3F 36 0 13 E8 39 37
Octal 114 136 316 77 66 0 23 350 71 67
Binary 1001100 1011110 11001110 111111 110110 0 10011 11101000 111001 110111

Color Harmonies of #4C5ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5ECE

Black with #4C5ECE

Text Example


Text Example

White with #4C5ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,94,206); }

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

background-color css

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

 a { background-color: rgb(76,94,206); }

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

border-color css

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

 span { border-color: rgb(76,94,206); }

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