#496EAE

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

Shades of San Marino #496EAE

Tints of San Marino #496EAE

Color information

#496EAE (or 0x496EAE) is unknown color: approx San Marino. HEX triplet: 49, 6E and AE. RGB value is (73,110,174). Sum of RGB (Red+Green+Blue) = 73+110+174=357 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.45% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #496EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496EAE is #B69151. Grayscale: #696969. Windows color (decimal): -11964754 or 11431497. OLE color: 11431497.

HSL color Cylindrical-coordinate representation of color #496EAE: hue angle of 218.02º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #496EAE is Cyan = 0.58, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB73110174-
CMYK0.580.3700.32
HSL218.02º40.89%48.43%-
HSV(B)218.02º58.05%68.24%-
XYZ15.9615.6242.22-
YUV106.23166.24104.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.45%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=20.45%
G=30.81%
B=48.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal731101740.580.3700.32218.0240.8948.43
Hex496EAE3A25020da2930
Octal11115625672450403325160
Binary1001001110111010101110111010100101010000011011010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496EAE; }

 p { color: rgb(73,110,174); }

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

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

 a { background-color: rgb(73,110,174); }

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

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

 span { border-color: rgb(73,110,174); }

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