#496EAA

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

Shades of San Marino #496EAA

Tints of San Marino #496EAA

Color information

#496EAA (or 0x496EAA) is unknown color: approx San Marino. HEX triplet: 49, 6E and AA. RGB value is (73,110,170). Sum of RGB (Red+Green+Blue) = 73+110+170=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #496EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496EAA is #B69155. Grayscale: #696969. Windows color (decimal): -11964758 or 11169353. OLE color: 11169353.

HSL color Cylindrical-coordinate representation of color #496EAA: hue angle of 217.11º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #496EAA is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73110170-
CMYK0.570.3500.33
HSL217.11º39.92%47.65%-
HSV(B)217.11º57.06%66.67%-
XYZ15.5815.4740.2-
YUV105.78164.24104.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.68%
GREEN value IS 110 (43.36% from 255) = 31.16%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=20.68%
G=31.16%
B=48.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731101700.570.3500.33217.1139.9247.65
Hex496EAA3923021d92830
Octal11115625271430413315060
Binary1001001110111010101010111001100011010000111011001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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