#496EAB

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

Shades of San Marino #496EAB

Tints of San Marino #496EAB

Color information

#496EAB (or 0x496EAB) is unknown color: approx San Marino. HEX triplet: 49, 6E and AB. RGB value is (73,110,171). Sum of RGB (Red+Green+Blue) = 73+110+171=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 171 (67.19% from 255 or 48.31% from 354); Max value from RGB is 171 - color contains mainly: blue. Hex color #496EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496EAB is #B69154. Grayscale: #696969. Windows color (decimal): -11964757 or 11234889. OLE color: 11234889.

HSL color Cylindrical-coordinate representation of color #496EAB: hue angle of 217.35º 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 #496EAB is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB73110171-
CMYK0.570.3600.33
HSL217.35º40.16%47.84%-
HSV(B)217.35º57.31%67.06%-
XYZ15.6715.5140.7-
YUV105.89164.74104.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.62%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 171 (67.19% from 255) = 48.31%
R=20.62%
G=31.07%
B=48.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal731101710.570.3600.33217.3540.1647.84
Hex496EAB3924021d92830
Octal11115625371440413315060
Binary1001001110111010101011111001100100010000111011001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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