#496491

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

Shades of San Marino #496491

Tints of San Marino #496491

Color information

#496491 (or 0x496491) is unknown color: approx San Marino. HEX triplet: 49, 64 and 91. RGB value is (73,100,145). Sum of RGB (Red+Green+Blue) = 73+100+145=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 145 (57.03% from 255 or 45.60% from 318); Max value from RGB is 145 - color contains mainly: blue. Hex color #496491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496491 is #B69B6E. Grayscale: #606060. Windows color (decimal): -11967343 or 9528393. OLE color: 9528393.

HSL color Cylindrical-coordinate representation of color #496491: hue angle of 217.5º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496491 is Cyan = 0.50, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB73100145-
CMYK0.500.3100.43
HSL217.5º33.03%42.75%-
HSV(B)217.5º49.66%56.86%-
XYZ12.4212.5828.56-
YUV97.06155.05110.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.96%
GREEN value IS 100 (39.45% from 255) = 31.45%
BLUE value IS 145 (57.03% from 255) = 45.60%
R=22.96%
G=31.45%
B=45.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731001450.500.3100.43217.533.0342.75
Hex496491321F02Bda212b
Octal11114422162370533324153
Binary100100111001001001000111001011111010101111011010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496491; }

 p { color: rgb(73,100,145); }

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

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

 a { background-color: rgb(73,100,145); }

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

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

 span { border-color: rgb(73,100,145); }

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