#496E99

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

Shades of San Marino #496E99

Tints of San Marino #496E99

Color information

#496E99 (or 0x496E99) is unknown color: approx San Marino. HEX triplet: 49, 6E and 99. RGB value is (73,110,153). Sum of RGB (Red+Green+Blue) = 73+110+153=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 110 (43.36% from 255 or 32.74% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #496E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496E99 is #B69166. Grayscale: #676767. Windows color (decimal): -11964775 or 10055241. OLE color: 10055241.

HSL color Cylindrical-coordinate representation of color #496E99: hue angle of 212.25º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #496E99 is Cyan = 0.52, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB73110153-
CMYK0.520.2800.4
HSL212.25º35.4%44.31%-
HSV(B)212.25º52.29%60%-
XYZ14.0714.8732.27-
YUV103.84155.74106-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 110 (43.36% from 255) = 32.74%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=21.73%
G=32.74%
B=45.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731101530.520.2800.4212.2535.444.31
Hex496E99341C028d4232c
Octal11115623164340503244354
Binary100100111011101001100111010011100010100011010100100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,110,153); }

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

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

 a { background-color: rgb(73,110,153); }

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

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

 span { border-color: rgb(73,110,153); }

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