#49689E

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

Shades of San Marino #49689E

Tints of San Marino #49689E

Color information

#49689E (or 0x49689E) is unknown color: approx San Marino. HEX triplet: 49, 68 and 9E. RGB value is (73,104,158). Sum of RGB (Red+Green+Blue) = 73+104+158=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 158 - color contains mainly: blue. Hex color #49689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49689E is #B69761. Grayscale: #646464. Windows color (decimal): -11966306 or 10381385. OLE color: 10381385.

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

Color convert

RGB73104158-
CMYK0.540.3400.38
HSL218.12º36.8%45.29%-
HSV(B)218.12º53.8%61.96%-
XYZ13.8713.7934.28-
YUV100.89160.23108.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 21.79%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 158 (62.11% from 255) = 47.16%
R=21.79%
G=31.04%
B=47.16%

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
Decimal731041580.540.3400.38218.1236.845.29
Hex49689E3622026da252d
Octal11115023666420463324555
Binary1001001110100010011110110110100010010011011011010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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