#49608D

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

Shades of Mariner #49608D

Tints of Mariner #49608D

Color information

#49608D (or 0x49608D) is unknown color: approx Mariner. HEX triplet: 49, 60 and 8D. RGB value is (73,96,141). Sum of RGB (Red+Green+Blue) = 73+96+141=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #49608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49608D is #B69F72. Grayscale: #5E5E5E. Windows color (decimal): -11968371 or 9265225. OLE color: 9265225.

HSL color Cylindrical-coordinate representation of color #49608D: hue angle of 219.71º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49608D is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7396141-
CMYK0.480.3200.45
HSL219.71º31.78%41.96%-
HSV(B)219.71º48.23%55.29%-
XYZ11.7411.7126.84-
YUV94.25154.38112.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=23.55%
G=30.97%
B=45.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal73961410.480.3200.45219.7131.7841.96
Hex49608D302002Ddc202a
Octal11114021560400553344052
Binary1001001110000010001101110000100000010110111011100100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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