Html Css Color HEX #4966CE Free Speech Blue

📋 copy color: '#4966CE'

red 73 ◦ green 102 ◦ blue 206

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

Shades of Free Speech Blue #4966CE

Tints of Free Speech Blue #4966CE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.77%

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

R = 19.16%
G = 26.77%
B = 54.07%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4966CE (or 0x4966CE) is known color: Free Speech Blue. HEX triplet: 49, 66 and CE. RGB value is (73,102,206). Sum of RGB (Red+Green+Blue) = 73+102+206=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #4966CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4966CE is #B69931. Grayscale: #686868. Windows color (decimal): -11966770 or 13526601. OLE color: 13526601.

HSL color Cylindrical-coordinate representation of color #4966CE: hue angle of 226.92º 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 #4966CE is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 102 206 -
CMYK 0.65 0.50 0 0.19
HSL 226.92º 0.58% 0.55% -
HSV(B) 226.92º 0.65% 0.81% -
XYZ 18.64 15.38 60.38 -
YUV 105.19 184.89 105.04 -
System Red Green Blue C M Y K H S L
Decimal 73 102 206 0.65 0.50 0 0.19 226.92 0.58 0.55
Hex 49 66 CE 41 32 0 13 E3 3A 37
Octal 111 146 316 101 62 0 23 343 72 67
Binary 1001001 1100110 11001110 1000001 110010 0 10011 11100011 111010 110111

Color Harmonies of #4966CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4966CE

Black with #4966CE

Text Example


Text Example

White with #4966CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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