Html Css Color HEX #49649A Mariner

📋 copy color: '#49649A'

red 73 ◦ green 100 ◦ blue 154

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

Shades of Mariner #49649A

Tints of Mariner #49649A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.58%

 BLUE value IS 154 (60.55% from 255) = 47.09%

R = 22.32%
G = 30.58%
B = 47.09%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49649A (or 0x49649A) is known color: Mariner. HEX triplet: 49, 64 and 9A. RGB value is (73,100,154). Sum of RGB (Red+Green+Blue) = 73+100+154=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #49649A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49649A is #B69B65. Grayscale: #616161. Windows color (decimal): -11967334 or 10118217. OLE color: 10118217.

HSL color Cylindrical-coordinate representation of color #49649A: hue angle of 220º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49649A is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 100 154 -
CMYK 0.53 0.35 0 0.40
HSL 220º 0.36% 0.45% -
HSV(B) 220º 0.53% 0.6% -
XYZ 13.14 12.86 32.36 -
YUV 98.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 73 100 154 0.53 0.35 0 0.40 220 0.36 0.45
Hex 49 64 9A 35 23 0 28 DC 24 2D
Octal 111 144 232 65 43 0 50 334 44 55
Binary 1001001 1100100 10011010 110101 100011 0 101000 11011100 100100 101101

Color Harmonies of #49649A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49649A

Black with #49649A

Text Example


Text Example

White with #49649A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49649A; }

 p { color: rgb(73,100,154); }

 H1.HeaderClassName
 {
   color: #49649A;
 }
 .AnyTagClassName
 {
   color: #49649A;
 }
</style>

background-color css

<style>
 a { background-color: #49649A; }

 a { background-color: rgb(73,100,154); }

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

border-color css

<style>
 span { border-color: #49649A; }

 span { border-color: rgb(73,100,154); }

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