Html Css Color HEX #49609D Mariner

📋 copy color: '#49609D'

red 73 ◦ green 96 ◦ blue 157

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

Shades of Mariner #49609D

Tints of Mariner #49609D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

 BLUE value IS 157 (61.72% from 255) = 48.16%

R = 22.39%
G = 29.45%
B = 48.16%

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

#49609D (or 0x49609D) is known color: Mariner. HEX triplet: 49, 60 and 9D. RGB value is (73,96,157). Sum of RGB (Red+Green+Blue) = 73+96+157=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #49609D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49609D is #B69F62. Grayscale: #5F5F5F. Windows color (decimal): -11968355 or 10313801. OLE color: 10313801.

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

Color convert

RGB 73 96 157 -
CMYK 0.54 0.39 0 0.38
HSL 223.57º 0.37% 0.45% -
HSV(B) 223.57º 0.54% 0.62% -
XYZ 13.02 12.22 33.57 -
YUV 96.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 73 96 157 0.54 0.39 0 0.38 223.57 0.37 0.45
Hex 49 60 9D 36 27 0 26 E0 25 2D
Octal 111 140 235 66 47 0 46 340 45 55
Binary 1001001 1100000 10011101 110110 100111 0 100110 11100000 100101 101101

Color Harmonies of #49609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49609D

Black with #49609D

Text Example


Text Example

White with #49609D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49609D;
 }
 .AnyTagClassName
 {
   color: #49609D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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