#496DAF

Color #496DAF San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #496DAF

Tints of San Marino #496DAF

Color information

#496DAF (or 0x496DAF) is unknown color: approx San Marino. HEX triplet: 49, 6D and AF. RGB value is (73,109,175). Sum of RGB (Red+Green+Blue) = 73+109+175=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #496DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496DAF is #B69250. Grayscale: #696969. Windows color (decimal): -11965009 or 11496777. OLE color: 11496777.

HSL color Cylindrical-coordinate representation of color #496DAF: hue angle of 218.82º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #496DAF is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73109175-
CMYK0.580.3800.31
HSL218.82º41.13%48.63%-
HSV(B)218.82º58.29%68.63%-
XYZ15.9515.4542.7-
YUV105.76167.07104.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 175 (68.75% from 255) = 49.02%
R=20.45%
G=30.53%
B=49.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731091750.580.3800.31218.8241.1348.63
Hex496DAF3A2601Fdb2931
Octal11115525772460373335161
Binary100100111011011010111111101010011001111111011011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,109,175); }

 H1.HeaderClassName
 {
   color: #496DAF;
 }
 .AnyTagClassName
 {
   color: #496DAF;
 }
</style>
background-color css

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

 a { background-color: rgb(73,109,175); }

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

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

 span { border-color: rgb(73,109,175); }

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