#49618E

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

Shades of Mariner #49618E

Tints of Mariner #49618E

Color information

#49618E (or 0x49618E) is unknown color: approx Mariner. HEX triplet: 49, 61 and 8E. RGB value is (73,97,142). Sum of RGB (Red+Green+Blue) = 73+97+142=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #49618E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49618E is #B69E71. Grayscale: #5E5E5E. Windows color (decimal): -11968114 or 9331017. OLE color: 9331017.

HSL color Cylindrical-coordinate representation of color #49618E: hue angle of 219.13º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49618E is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7397142-
CMYK0.490.3200.44
HSL219.13º32.09%42.16%-
HSV(B)219.13º48.59%55.69%-
XYZ11.911.9227.26-
YUV94.95154.55112.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=23.40%
G=31.09%
B=45.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal73971420.490.3200.44219.1332.0942.16
Hex49618E312002Cdb202a
Octal11114121661400543334052
Binary1001001110000110001110110001100000010110011011011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,97,142); }

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

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

 a { background-color: rgb(73,97,142); }

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

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

 span { border-color: rgb(73,97,142); }

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