#49699D

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

Shades of San Marino #49699D

Tints of San Marino #49699D

Color information

#49699D (or 0x49699D) is unknown color: approx San Marino. HEX triplet: 49, 69 and 9D. RGB value is (73,105,157). Sum of RGB (Red+Green+Blue) = 73+105+157=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #49699D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49699D is #B69662. Grayscale: #656565. Windows color (decimal): -11966051 or 10316105. OLE color: 10316105.

HSL color Cylindrical-coordinate representation of color #49699D: hue angle of 217.14º 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 #49699D is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB73105157-
CMYK0.540.3300.38
HSL217.14º36.52%45.1%-
HSV(B)217.14º53.5%61.57%-
XYZ13.8913.9533.86-
YUV101.36159.4107.77-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 105 (41.41% from 255) = 31.34%
BLUE value IS 157 (61.72% from 255) = 46.87%
R=21.79%
G=31.34%
B=46.87%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731051570.540.3300.38217.1436.5245.1
Hex49699D3621026d9252d
Octal11115123566410463314555
Binary1001001110100110011101110110100001010011011011001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49699D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49699D; }

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

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

<style>
 a { background-color: #49699D; }

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

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

<style>
 span { border-color: #49699D; }

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

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