Html Css Color HEX #4C5DCE Free Speech Blue

📋 copy color: '#4C5DCE'

red 76 ◦ green 93 ◦ blue 206

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

Shades of Free Speech Blue #4C5DCE

Tints of Free Speech Blue #4C5DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.8%

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

R = 20.27%
G = 24.8%
B = 54.93%

CMYK

 C value IS 0.63

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C5DCE (or 0x4C5DCE) is known color: Free Speech Blue. HEX triplet: 4C, 5D and CE. RGB value is (76,93,206). Sum of RGB (Red+Green+Blue) = 76+93+206=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C5DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C5DCE is #B3A231. Grayscale: #646464. Windows color (decimal): -11772466 or 13524300. OLE color: 13524300.

HSL color Cylindrical-coordinate representation of color #4C5DCE: hue angle of 232.15º 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 #4C5DCE is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 76 93 206 -
CMYK 0.63 0.55 0 0.19
HSL 232.15º 0.57% 0.55% -
HSV(B) 232.15º 0.63% 0.81% -
XYZ 18.04 13.82 60.11 -
YUV 100.8 187.37 110.31 -
System Red Green Blue C M Y K H S L
Decimal 76 93 206 0.63 0.55 0 0.19 232.15 0.57 0.55
Hex 4C 5D CE 3F 37 0 13 E8 39 37
Octal 114 135 316 77 67 0 23 350 71 67
Binary 1001100 1011101 11001110 111111 110111 0 10011 11101000 111001 110111

Color Harmonies of #4C5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5DCE

Black with #4C5DCE

Text Example


Text Example

White with #4C5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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