Html Css Color HEX #49609E Mariner

📋 copy color: '#49609E'

red 73 ◦ green 96 ◦ blue 158

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

Shades of Mariner #49609E

Tints of Mariner #49609E

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 value IS 0.54

 M value IS 0.39

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

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

RGB 73 96 158 -
CMYK 0.54 0.39 0 0.38
HSL 223.76º 0.37% 0.45% -
HSV(B) 223.76º 0.54% 0.62% -
XYZ 13.1 12.25 34.02 -
YUV 96.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 73 96 158 0.54 0.39 0 0.38 223.76 0.37 0.45
Hex 49 60 9E 36 27 0 26 E0 25 2D
Octal 111 140 236 66 47 0 46 340 45 55
Binary 1001001 1100000 10011110 110110 100111 0 100110 11100000 100101 101101

Color Harmonies of #49609E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49609E

Black with #49609E

Text Example


Text Example

White with #49609E

Text Example


Text Example

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