#496B9C

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

Shades of San Marino #496B9C

Tints of San Marino #496B9C

Color information

#496B9C (or 0x496B9C) is unknown color: approx San Marino. HEX triplet: 49, 6B and 9C. RGB value is (73,107,156). Sum of RGB (Red+Green+Blue) = 73+107+156=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 107 (42.19% from 255 or 31.85% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 156 - color contains mainly: blue. Hex color #496B9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496B9C is #B69463. Grayscale: #666666. Windows color (decimal): -11965540 or 10251081. OLE color: 10251081.

HSL color Cylindrical-coordinate representation of color #496B9C: hue angle of 215.42º 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 #496B9C is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB73107156-
CMYK0.530.3100.39
HSL215.42º36.24%44.9%-
HSV(B)215.42º53.21%61.18%-
XYZ14.0114.3333.48-
YUV102.42158.24107.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 107 (42.19% from 255) = 31.85%
BLUE value IS 156 (61.33% from 255) = 46.43%
R=21.73%
G=31.85%
B=46.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731071560.530.3100.39215.4236.2444.9
Hex496B9C351F027d7242d
Octal11115323465370473274455
Binary100100111010111001110011010111111010011111010111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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