#496493

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

Shades of San Marino #496493

Tints of San Marino #496493

Color information

#496493 (or 0x496493) is unknown color: approx San Marino. HEX triplet: 49, 64 and 93. RGB value is (73,100,147). Sum of RGB (Red+Green+Blue) = 73+100+147=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 100 (39.45% from 255 or 31.25% from 320); Blue value is 147 (57.81% from 255 or 45.94% from 320); Max value from RGB is 147 - color contains mainly: blue. Hex color #496493 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496493 is #B69B6C. Grayscale: #616161. Windows color (decimal): -11967341 or 9659465. OLE color: 9659465.

HSL color Cylindrical-coordinate representation of color #496493: hue angle of 218.11º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #496493 is Cyan = 0.50, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73100147-
CMYK0.500.3200.42
HSL218.11º33.64%43.14%-
HSV(B)218.11º50.34%57.65%-
XYZ12.5712.6429.38-
YUV97.28156.05110.68-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.81%
GREEN value IS 100 (39.45% from 255) = 31.25%
BLUE value IS 147 (57.81% from 255) = 45.94%
R=22.81%
G=31.25%
B=45.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731001470.500.3200.42218.1133.6443.14
Hex496493322002Ada222b
Octal11114422362400523324253
Binary1001001110010010010011110010100000010101011011010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496493; }

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

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

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

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

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

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

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

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