#49609E

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

Shades of Mariner #49609E

Tints of Mariner #49609E

Color information

#49609E (or 0x49609E) is unknown color: approx Mariner. HEX triplet: 49, 60 and 9E. RGB value is (73,96,158). Sum of RGB (Red+Green+Blue) = 73+96+158=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #49609E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49609E is #B69F61. Grayscale: #5F5F5F. Windows color (decimal): -11968354 or 10379337. OLE color: 10379337.

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

Color convert

RGB7396158-
CMYK0.540.3900.38
HSL223.76º36.8%45.29%-
HSV(B)223.76º53.8%61.96%-
XYZ13.112.2534.02-
YUV96.19162.88111.46-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 158 (62.11% from 255) = 48.32%
R=22.32%
G=29.36%
B=48.32%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73961580.540.3900.38223.7636.845.29
Hex49609E3627026e0252d
Octal11114023666470463404555
Binary1001001110000010011110110110100111010011011100000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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