#49689F

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

Shades of San Marino #49689F

Tints of San Marino #49689F

Color information

#49689F (or 0x49689F) is unknown color: approx San Marino. HEX triplet: 49, 68 and 9F. RGB value is (73,104,159). Sum of RGB (Red+Green+Blue) = 73+104+159=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #49689F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49689F is #B69760. Grayscale: #646464. Windows color (decimal): -11966305 or 10446921. OLE color: 10446921.

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

Color convert

RGB73104159-
CMYK0.540.3500.38
HSL218.37º37.07%45.49%-
HSV(B)218.37º54.09%62.35%-
XYZ13.9613.8234.73-
YUV101160.73108.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.73%
GREEN value IS 104 (41.02% from 255) = 30.95%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=21.73%
G=30.95%
B=47.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731041590.540.3500.38218.3737.0745.49
Hex49689F3623026da252d
Octal11115023766430463324555
Binary1001001110100010011111110110100011010011011011010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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