Html Css Color HEX #4C56CE Free Speech Blue

📋 copy color: '#4C56CE'

red 76 ◦ green 86 ◦ blue 206

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

Shades of Free Speech Blue #4C56CE

Tints of Free Speech Blue #4C56CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.37%

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

R = 20.65%
G = 23.37%
B = 55.98%

CMYK

 C value IS 0.63

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C56CE (or 0x4C56CE) is known color: Free Speech Blue. HEX triplet: 4C, 56 and CE. RGB value is (76,86,206). Sum of RGB (Red+Green+Blue) = 76+86+206=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C56CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C56CE is #B3A931. Grayscale: #606060. Windows color (decimal): -11774258 or 13522508. OLE color: 13522508.

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

Color convert

RGB 76 86 206 -
CMYK 0.63 0.58 0 0.19
HSL 235.38º 0.57% 0.55% -
HSV(B) 235.38º 0.63% 0.81% -
XYZ 17.45 12.65 59.91 -
YUV 96.69 189.69 113.24 -
System Red Green Blue C M Y K H S L
Decimal 76 86 206 0.63 0.58 0 0.19 235.38 0.57 0.55
Hex 4C 56 CE 3F 3A 0 13 EB 39 37
Octal 114 126 316 77 72 0 23 353 71 67
Binary 1001100 1010110 11001110 111111 111010 0 10011 11101011 111001 110111

Color Harmonies of #4C56CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C56CE

Black with #4C56CE

Text Example


Text Example

White with #4C56CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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