#496CBA

Color #496CBA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #496CBA

Tints of Free Speech Blue #496CBA

Color information

#496CBA (or 0x496CBA) is unknown color: approx 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

RGB73108186-
CMYK0.610.4200.27
HSL221.42º45.02%50.78%-
HSV(B)221.42º60.75%72.94%-
XYZ16.9715.6948.59-
YUV106.43172.9104.16-

RGB Variations

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

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 (Cyan) values IS 0.61
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731081860.610.4200.27221.4245.0250.78
Hex496CBA3D2A01Bdd2d33
Octal11115427275520333355563
Binary100100111011001011101011110110101001101111011101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>