#496591

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

Shades of San Marino #496591

Tints of San Marino #496591

Color information

#496591 (or 0x496591) is unknown color: approx San Marino. HEX triplet: 49, 65 and 91. RGB value is (73,101,145). Sum of RGB (Red+Green+Blue) = 73+101+145=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 101 (39.84% from 255 or 31.66% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #496591 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496591 is #B69A6E. Grayscale: #616161. Windows color (decimal): -11967087 or 9528649. OLE color: 9528649.

HSL color Cylindrical-coordinate representation of color #496591: hue angle of 216.67º 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 #496591 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB73101145-
CMYK0.500.3000.43
HSL216.67º33.03%42.75%-
HSV(B)216.67º49.66%56.86%-
XYZ12.5112.7728.59-
YUV97.64154.72110.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.88%
GREEN value IS 101 (39.84% from 255) = 31.66%
BLUE value IS 145 (57.03% from 255) = 45.45%
R=22.88%
G=31.66%
B=45.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal731011450.500.3000.43216.6733.0342.75
Hex496591321E02Bd9212b
Octal11114522162360533314153
Binary100100111001011001000111001011110010101111011001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496591; }

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

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

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

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

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

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

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

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