Html Css Color HEX #4C64CE Free Speech Blue

📋 copy color: '#4C64CE'

red 76 ◦ green 100 ◦ blue 206

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

Shades of Free Speech Blue #4C64CE

Tints of Free Speech Blue #4C64CE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.18%

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

R = 19.9%
G = 26.18%
B = 53.93%

CMYK

 C value IS 0.63

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4C64CE (or 0x4C64CE) is known color: Free Speech Blue. HEX triplet: 4C, 64 and CE. RGB value is (76,100,206). Sum of RGB (Red+Green+Blue) = 76+100+206=382 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.90% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #4C64CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C64CE is #B39B31. Grayscale: #686868. Windows color (decimal): -11770674 or 13526092. OLE color: 13526092.

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

Color convert

RGB 76 100 206 -
CMYK 0.63 0.51 0 0.19
HSL 228.92º 0.57% 0.55% -
HSV(B) 228.92º 0.63% 0.81% -
XYZ 18.68 15.11 60.32 -
YUV 104.91 185.05 107.38 -
System Red Green Blue C M Y K H S L
Decimal 76 100 206 0.63 0.51 0 0.19 228.92 0.57 0.55
Hex 4C 64 CE 3F 33 0 13 E5 39 37
Octal 114 144 316 77 63 0 23 345 71 67
Binary 1001100 1100100 11001110 111111 110011 0 10011 11100101 111001 110111

Color Harmonies of #4C64CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C64CE

Black with #4C64CE

Text Example


Text Example

White with #4C64CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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