Html Css Color HEX #4966B9 Free Speech Blue

📋 copy color: '#4966B9'

red 73 ◦ green 102 ◦ blue 185

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

Shades of Free Speech Blue #4966B9

Tints of Free Speech Blue #4966B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 51.39%

R = 20.28%
G = 28.33%
B = 51.39%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4966B9 (or 0x4966B9) is known color: Free Speech Blue. HEX triplet: 49, 66 and B9. RGB value is (73,102,185). Sum of RGB (Red+Green+Blue) = 73+102+185=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #4966B9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4966B9 is #B69946. Grayscale: #666666. Windows color (decimal): -11966791 or 12150345. OLE color: 12150345.

HSL color Cylindrical-coordinate representation of color #4966B9: hue angle of 224.46º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4966B9 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 102 185 -
CMYK 0.61 0.45 0 0.27
HSL 224.46º 0.44% 0.51% -
HSV(B) 224.46º 0.61% 0.73% -
XYZ 16.26 14.42 47.83 -
YUV 102.79 174.39 106.75 -
System Red Green Blue C M Y K H S L
Decimal 73 102 185 0.61 0.45 0 0.27 224.46 0.44 0.51
Hex 49 66 B9 3D 2D 0 1B E0 2C 33
Octal 111 146 271 75 55 0 33 340 54 63
Binary 1001001 1100110 10111001 111101 101101 0 11011 11100000 101100 110011

Color Harmonies of #4966B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4966B9

Black with #4966B9

Text Example


Text Example

White with #4966B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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