#496899

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

Shades of San Marino #496899

Tints of San Marino #496899

Color information

#496899 (or 0x496899) is unknown color: approx San Marino. HEX triplet: 49, 68 and 99. RGB value is (73,104,153). Sum of RGB (Red+Green+Blue) = 73+104+153=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 153 (60.16% from 255 or 46.36% from 330); Max value from RGB is 153 - color contains mainly: blue. Hex color #496899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496899 is #B69766. Grayscale: #646464. Windows color (decimal): -11966311 or 10053705. OLE color: 10053705.

HSL color Cylindrical-coordinate representation of color #496899: hue angle of 216.75º 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 #496899 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB73104153-
CMYK0.520.3200.4
HSL216.75º35.4%44.31%-
HSV(B)216.75º52.29%60%-
XYZ13.4513.6232.06-
YUV100.32157.73108.52-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 153 (60.16% from 255) = 46.36%
R=22.12%
G=31.52%
B=46.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal731041530.520.3200.4216.7535.444.31
Hex4968993420028d9232c
Octal11115023164400503314354
Binary1001001110100010011001110100100000010100011011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496899; }

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

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

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

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

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

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

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

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