Html Css Color HEX #49608D Mariner

📋 copy color: '#49608D'

red 73 ◦ green 96 ◦ blue 141

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

Shades of Mariner #49608D

Tints of Mariner #49608D

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

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#49608D (or 0x49608D) is known color: 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

RGB 73 96 141 -
CMYK 0.48 0.32 0 0.45
HSL 219.71º 0.32% 0.42% -
HSV(B) 219.71º 0.48% 0.55% -
XYZ 11.74 11.71 26.84 -
YUV 94.25 154.38 112.84 -
System Red Green Blue C M Y K H S L
Decimal 73 96 141 0.48 0.32 0 0.45 219.71 0.32 0.42
Hex 49 60 8D 30 20 0 2D DC 20 2A
Octal 111 140 215 60 40 0 55 334 40 52
Binary 1001001 1100000 10001101 110000 100000 0 101101 11011100 100000 101010

Color Harmonies of #49608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49608D

Black with #49608D

Text Example


Text Example

White with #49608D

Text Example


Text Example

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