#49769F

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

Shades of San Marino #49769F

Tints of San Marino #49769F

Color information

#49769F (or 0x49769F) is unknown color: approx San Marino. HEX triplet: 49, 76 and 9F. RGB value is (73,118,159). Sum of RGB (Red+Green+Blue) = 73+118+159=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 159 (62.5% from 255 or 45.43% from 350); Max value from RGB is 159 - color contains mainly: blue. Hex color #49769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49769F is #B68960. Grayscale: #6D6D6D. Windows color (decimal): -11962721 or 10450505. OLE color: 10450505.

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

Color convert

RGB73118159-
CMYK0.540.2600.38
HSL208.6º37.07%45.49%-
HSV(B)208.6º54.09%62.35%-
XYZ15.4816.8835.24-
YUV109.22156.09102.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 20.86%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 159 (62.5% from 255) = 45.43%
R=20.86%
G=33.71%
B=45.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731181590.540.2600.38208.637.0745.49
Hex49769F361A026d1252d
Octal11116623766320463214555
Binary100100111101101001111111011011010010011011010001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49769F; }

 p { color: rgb(73,118,159); }

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

<style>
 a { background-color: #49769F; }

 a { background-color: rgb(73,118,159); }

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

<style>
 span { border-color: #49769F; }

 span { border-color: rgb(73,118,159); }

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