#496A9D

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

Shades of San Marino #496A9D

Tints of San Marino #496A9D

Color information

#496A9D (or 0x496A9D) is unknown color: approx San Marino. HEX triplet: 49, 6A and 9D. RGB value is (73,106,157). Sum of RGB (Red+Green+Blue) = 73+106+157=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #496A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496A9D is #B69562. Grayscale: #656565. Windows color (decimal): -11965795 or 10316361. OLE color: 10316361.

HSL color Cylindrical-coordinate representation of color #496A9D: hue angle of 216.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #496A9D is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB73106157-
CMYK0.540.3200.38
HSL216.43º36.52%45.1%-
HSV(B)216.43º53.5%61.57%-
XYZ13.9914.1633.89-
YUV101.95159.07107.35-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 106 (41.80% from 255) = 31.55%
BLUE value IS 157 (61.72% from 255) = 46.73%
R=21.73%
G=31.55%
B=46.73%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731061570.540.3200.38216.4336.5245.1
Hex496A9D3620026d8252d
Octal11115223566400463304555
Binary1001001110101010011101110110100000010011011011000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,106,157); }

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

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

 a { background-color: rgb(73,106,157); }

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

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

 span { border-color: rgb(73,106,157); }

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