#49629E

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

Shades of Mariner #49629E

Tints of Mariner #49629E

Color information

#49629E (or 0x49629E) is unknown color: approx Mariner. HEX triplet: 49, 62 and 9E. RGB value is (73,98,158). Sum of RGB (Red+Green+Blue) = 73+98+158=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 158 (62.11% from 255 or 48.02% from 329); Max value from RGB is 158 - color contains mainly: blue. Hex color #49629E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49629E is #B69D61. Grayscale: #616161. Windows color (decimal): -11967842 or 10379849. OLE color: 10379849.

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

Color convert

RGB7398158-
CMYK0.540.3800.38
HSL222.35º36.8%45.29%-
HSV(B)222.35º53.8%61.96%-
XYZ13.2912.6234.08-
YUV97.36162.22110.62-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 98 (38.67% from 255) = 29.79%
BLUE value IS 158 (62.11% from 255) = 48.02%
R=22.19%
G=29.79%
B=48.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73981580.540.3800.38222.3536.845.29
Hex49629E3626026de252d
Octal11114223666460463364555
Binary1001001110001010011110110110100110010011011011110100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49629E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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