#49689D

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

Shades of San Marino #49689D

Tints of San Marino #49689D

Color information

#49689D (or 0x49689D) is unknown color: approx San Marino. HEX triplet: 49, 68 and 9D. RGB value is (73,104,157). Sum of RGB (Red+Green+Blue) = 73+104+157=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 157 - color contains mainly: blue. Hex color #49689D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49689D is #B69762. Grayscale: #646464. Windows color (decimal): -11966307 or 10315849. OLE color: 10315849.

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

Color convert

RGB73104157-
CMYK0.540.3400.38
HSL217.86º36.52%45.1%-
HSV(B)217.86º53.5%61.57%-
XYZ13.7813.7533.83-
YUV100.77159.73108.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.86%
GREEN value IS 104 (41.02% from 255) = 31.14%
BLUE value IS 157 (61.72% from 255) = 47.01%
R=21.86%
G=31.14%
B=47.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal731041570.540.3400.38217.8636.5245.1
Hex49689D3622026da252d
Octal11115023566420463324555
Binary1001001110100010011101110110100010010011011011010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49689D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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