Html Css Color HEX #49618E Mariner

📋 copy color: '#49618E'

red 73 ◦ green 97 ◦ blue 142

#49618E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #49618E

Tints of Mariner #49618E

RGB

 RED value IS 73 (28.91% from 255) = 23.4%

 GREEN value IS 97 (38.28% from 255) = 31.09%

 BLUE value IS 142 (55.86% from 255) = 45.51%

R = 23.4%
G = 31.09%
B = 45.51%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#49618E (or 0x49618E) is known color: 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

RGB 73 97 142 -
CMYK 0.49 0.32 0 0.44
HSL 219.13º 0.32% 0.42% -
HSV(B) 219.13º 0.49% 0.56% -
XYZ 11.9 11.92 27.26 -
YUV 94.95 154.55 112.34 -
System Red Green Blue C M Y K H S L
Decimal 73 97 142 0.49 0.32 0 0.44 219.13 0.32 0.42
Hex 49 61 8E 31 20 0 2C DB 20 2A
Octal 111 141 216 61 40 0 54 333 40 52
Binary 1001001 1100001 10001110 110001 100000 0 101100 11011011 100000 101010

Color Harmonies of #49618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49618E

Black with #49618E

Text Example


Text Example

White with #49618E

Text Example


Text Example

HTML Codes & Css Web 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>