Html Css Color HEX #496CBA Free Speech Blue

📋 copy color: '#496CBA'

red 73 ◦ green 108 ◦ blue 186

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

Shades of Free Speech Blue #496CBA

Tints of Free Speech Blue #496CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.43%

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 19.89%
G = 29.43%
B = 50.68%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#496CBA (or 0x496CBA) is known color: Free Speech Blue. HEX triplet: 49, 6C and BA. RGB value is (73,108,186). Sum of RGB (Red+Green+Blue) = 73+108+186=367 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.89% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #496CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #496CBA is #B69345. Grayscale: #6A6A6A. Windows color (decimal): -11965254 or 12217417. OLE color: 12217417.

HSL color Cylindrical-coordinate representation of color #496CBA: hue angle of 221.42º degrees, saturation: 0.45, 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 #496CBA is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 108 186 -
CMYK 0.61 0.42 0 0.27
HSL 221.42º 0.45% 0.51% -
HSV(B) 221.42º 0.61% 0.73% -
XYZ 16.97 15.69 48.59 -
YUV 106.43 172.9 104.16 -
System Red Green Blue C M Y K H S L
Decimal 73 108 186 0.61 0.42 0 0.27 221.42 0.45 0.51
Hex 49 6C BA 3D 2A 0 1B DD 2D 33
Octal 111 154 272 75 52 0 33 335 55 63
Binary 1001001 1101100 10111010 111101 101010 0 11011 11011101 101101 110011

Color Harmonies of #496CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CBA

Black with #496CBA

Text Example


Text Example

White with #496CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496CBA; }

 p { color: rgb(73,108,186); }

 H1.HeaderClassName
 {
   color: #496CBA;
 }
 .AnyTagClassName
 {
   color: #496CBA;
 }
</style>

background-color css

<style>
 a { background-color: #496CBA; }

 a { background-color: rgb(73,108,186); }

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

border-color css

<style>
 span { border-color: #496CBA; }

 span { border-color: rgb(73,108,186); }

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