#496A9C

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

Shades of San Marino #496A9C

Tints of San Marino #496A9C

Color information

#496A9C (or 0x496A9C) is unknown color: approx San Marino. HEX triplet: 49, 6A and 9C. RGB value is (73,106,156). Sum of RGB (Red+Green+Blue) = 73+106+156=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #496A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496A9C is #B69563. Grayscale: #656565. Windows color (decimal): -11965796 or 10250825. OLE color: 10250825.

HSL color Cylindrical-coordinate representation of color #496A9C: hue angle of 216.14º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #496A9C is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB73106156-
CMYK0.530.3200.39
HSL216.14º36.24%44.9%-
HSV(B)216.14º53.21%61.18%-
XYZ13.914.1233.45-
YUV101.83158.57107.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 106 (41.80% from 255) = 31.64%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=21.79%
G=31.64%
B=46.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731061560.530.3200.39216.1436.2444.9
Hex496A9C3520027d8242d
Octal11115223465400473304455
Binary1001001110101010011100110101100000010011111011000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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