#49739A

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

Shades of San Marino #49739A

Tints of San Marino #49739A

Color information

#49739A (or 0x49739A) is unknown color: approx San Marino. HEX triplet: 49, 73 and 9A. RGB value is (73,115,154). Sum of RGB (Red+Green+Blue) = 73+115+154=342 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.35% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #49739A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49739A is #B68C65. Grayscale: #6A6A6A. Windows color (decimal): -11963494 or 10122057. OLE color: 10122057.

HSL color Cylindrical-coordinate representation of color #49739A: hue angle of 208.89º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49739A is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB73115154-
CMYK0.530.2500.40
HSL208.89º35.68%44.51%-
HSV(B)208.89º52.6%60.39%-
XYZ14.7116.0132.89-
YUV106.89154.59103.83-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.35%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 154 (60.55% from 255) = 45.03%
R=21.35%
G=33.63%
B=45.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal731151540.530.2500.40208.8935.6844.51
Hex49739A3519028d1242d
Octal11116323265310503214455
Binary100100111100111001101011010111001010100011010001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49739A; }

 p { color: rgb(73,115,154); }

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

<style>
 a { background-color: #49739A; }

 a { background-color: rgb(73,115,154); }

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

<style>
 span { border-color: #49739A; }

 span { border-color: rgb(73,115,154); }

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