#496BAF

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

Shades of San Marino #496BAF

Tints of San Marino #496BAF

Color information

#496BAF (or 0x496BAF) is unknown color: approx San Marino. HEX triplet: 49, 6B and AF. RGB value is (73,107,175). Sum of RGB (Red+Green+Blue) = 73+107+175=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #496BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496BAF is #B69450. Grayscale: #686868. Windows color (decimal): -11965521 or 11496265. OLE color: 11496265.

HSL color Cylindrical-coordinate representation of color #496BAF: hue angle of 220º 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 #496BAF is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB73107175-
CMYK0.580.3900.31
HSL220º41.13%48.63%-
HSV(B)220º58.29%68.63%-
XYZ15.7415.0342.63-
YUV104.59167.74105.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.56%
GREEN value IS 107 (42.19% from 255) = 30.14%
BLUE value IS 175 (68.75% from 255) = 49.30%
R=20.56%
G=30.14%
B=49.30%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal731071750.580.3900.3122041.1348.63
Hex496BAF3A2701Fdc2931
Octal11115325772470373345161
Binary100100111010111010111111101010011101111111011100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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