#496CA0

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

Shades of San Marino #496CA0

Tints of San Marino #496CA0

Color information

#496CA0 (or 0x496CA0) is unknown color: approx San Marino. HEX triplet: 49, 6C and A0. RGB value is (73,108,160). Sum of RGB (Red+Green+Blue) = 73+108+160=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 160 (62.89% from 255 or 46.92% from 341); Max value from RGB is 160 - color contains mainly: blue. Hex color #496CA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496CA0 is #B6935F. Grayscale: #676767. Windows color (decimal): -11965280 or 10513481. OLE color: 10513481.

HSL color Cylindrical-coordinate representation of color #496CA0: hue angle of 215.86º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #496CA0 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB73108160-
CMYK0.540.3200.37
HSL215.86º37.34%45.69%-
HSV(B)215.86º54.37%62.75%-
XYZ14.4614.6835.33-
YUV103.46159.9106.27-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.41%
GREEN value IS 108 (42.58% from 255) = 31.67%
BLUE value IS 160 (62.89% from 255) = 46.92%
R=21.41%
G=31.67%
B=46.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal731081600.540.3200.37215.8637.3445.69
Hex496CA03620025d8252e
Octal11115424066400453304556
Binary1001001110110010100000110110100000010010111011000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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