Html Css Color HEX #4964CE Free Speech Blue

📋 copy color: '#4964CE'

red 73 ◦ green 100 ◦ blue 206

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

Shades of Free Speech Blue #4964CE

Tints of Free Speech Blue #4964CE

RGB

 RED value IS 73 (28.91% from 255) = 19.26%

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

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

R = 19.26%
G = 26.39%
B = 54.35%

CMYK

 C value IS 0.65

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4964CE (or 0x4964CE) is known color: Free Speech Blue. HEX triplet: 49, 64 and CE. RGB value is (73,100,206). Sum of RGB (Red+Green+Blue) = 73+100+206=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #4964CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4964CE is #B69B31. Grayscale: #676767. Windows color (decimal): -11967282 or 13526089. OLE color: 13526089.

HSL color Cylindrical-coordinate representation of color #4964CE: hue angle of 227.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4964CE is Cyan = 0.65, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 100 206 -
CMYK 0.65 0.51 0 0.19
HSL 227.82º 0.58% 0.55% -
HSV(B) 227.82º 0.65% 0.81% -
XYZ 18.45 14.99 60.31 -
YUV 104.01 185.55 105.88 -
System Red Green Blue C M Y K H S L
Decimal 73 100 206 0.65 0.51 0 0.19 227.82 0.58 0.55
Hex 49 64 CE 41 33 0 13 E4 3A 37
Octal 111 144 316 101 63 0 23 344 72 67
Binary 1001001 1100100 11001110 1000001 110011 0 10011 11100100 111010 110111

Color Harmonies of #4964CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4964CE

Black with #4964CE

Text Example


Text Example

White with #4964CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4964CE; }

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

 H1.HeaderClassName
 {
   color: #4964CE;
 }
 .AnyTagClassName
 {
   color: #4964CE;
 }
</style>

background-color css

<style>
 a { background-color: #4964CE; }

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

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

border-color css

<style>
 span { border-color: #4964CE; }

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

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