#496B9B

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

Shades of San Marino #496B9B

Tints of San Marino #496B9B

Color information

#496B9B (or 0x496B9B) is unknown color: approx San Marino. HEX triplet: 49, 6B and 9B. RGB value is (73,107,155). Sum of RGB (Red+Green+Blue) = 73+107+155=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #496B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496B9B is #B69464. Grayscale: #666666. Windows color (decimal): -11965541 or 10185545. OLE color: 10185545.

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

Color convert

RGB73107155-
CMYK0.530.3100.39
HSL215.12º35.96%44.71%-
HSV(B)215.12º52.9%60.78%-
XYZ13.9214.333.04-
YUV102.31157.74107.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 107 (42.19% from 255) = 31.94%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=21.79%
G=31.94%
B=46.27%

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
Decimal731071550.530.3100.39215.1235.9644.71
Hex496B9B351F027d7242d
Octal11115323365370473274455
Binary100100111010111001101111010111111010011111010111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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