Html Css Color HEX #4C5ECD Free Speech Blue

📋 copy color: '#4C5ECD'

red 76 ◦ green 94 ◦ blue 205

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

Shades of Free Speech Blue #4C5ECD

Tints of Free Speech Blue #4C5ECD

RGB

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

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

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

R = 20.27%
G = 25.07%
B = 54.67%

CMYK

 C value IS 0.63

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4C5ECD (or 0x4C5ECD) is known color: Free Speech Blue. HEX triplet: 4C, 5E and CD. RGB value is (76,94,205). Sum of RGB (Red+Green+Blue) = 76+94+205=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #4C5ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5ECD is #B3A132. Grayscale: #646464. Windows color (decimal): -11772211 or 13459020. OLE color: 13459020.

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

Color convert

RGB 76 94 205 -
CMYK 0.63 0.54 0 0.20
HSL 231.63º 0.56% 0.55% -
HSV(B) 231.63º 0.63% 0.8% -
XYZ 18 13.95 59.5 -
YUV 101.27 186.54 109.97 -
System Red Green Blue C M Y K H S L
Decimal 76 94 205 0.63 0.54 0 0.20 231.63 0.56 0.55
Hex 4C 5E CD 3F 36 0 14 E8 38 37
Octal 114 136 315 77 66 0 24 350 70 67
Binary 1001100 1011110 11001101 111111 110110 0 10100 11101000 111000 110111

Color Harmonies of #4C5ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5ECD

Black with #4C5ECD

Text Example


Text Example

White with #4C5ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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