#496895

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

Shades of San Marino #496895

Tints of San Marino #496895

Color information

#496895 (or 0x496895) is unknown color: approx San Marino. HEX triplet: 49, 68 and 95. RGB value is (73,104,149). Sum of RGB (Red+Green+Blue) = 73+104+149=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #496895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496895 is #B6976A. Grayscale: #636363. Windows color (decimal): -11966315 or 9791561. OLE color: 9791561.

HSL color Cylindrical-coordinate representation of color #496895: hue angle of 215.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #496895 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB73104149-
CMYK0.510.3000.42
HSL215.53º34.23%43.53%-
HSV(B)215.53º51.01%58.43%-
XYZ13.1213.4930.35-
YUV99.86155.73108.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.39%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 149 (58.59% from 255) = 45.71%
R=22.39%
G=31.90%
B=45.71%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal731041490.510.3000.42215.5334.2343.53
Hex496895331E02Ad8222c
Octal11115022563360523304254
Binary100100111010001001010111001111110010101011011000100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496895; }

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

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

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

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

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

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

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

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