#496995

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

Shades of San Marino #496995

Tints of San Marino #496995

Color information

#496995 (or 0x496995) is unknown color: approx San Marino. HEX triplet: 49, 69 and 95. RGB value is (73,105,149). Sum of RGB (Red+Green+Blue) = 73+105+149=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #496995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496995 is #B6966A. Grayscale: #646464. Windows color (decimal): -11966059 or 9791817. OLE color: 9791817.

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

Color convert

RGB73105149-
CMYK0.510.3000.42
HSL214.74º34.23%43.53%-
HSV(B)214.74º51.01%58.43%-
XYZ13.2213.6930.38-
YUV100.45155.4108.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 149 (58.59% from 255) = 45.57%
R=22.32%
G=32.11%
B=45.57%

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
Decimal731051490.510.3000.42214.7434.2343.53
Hex496995331E02Ad7222c
Octal11115122563360523274254
Binary100100111010011001010111001111110010101011010111100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496995; }

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

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

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

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

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

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

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

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