Html Css Color HEX #49659A Mariner

📋 copy color: '#49659A'

red 73 ◦ green 101 ◦ blue 154

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

Shades of Mariner #49659A

Tints of Mariner #49659A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.79%

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

R = 22.26%
G = 30.79%
B = 46.95%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#49659A (or 0x49659A) is known color: Mariner. HEX triplet: 49, 65 and 9A. RGB value is (73,101,154). Sum of RGB (Red+Green+Blue) = 73+101+154=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 154 (60.55% from 255 or 46.95% from 328); Max value from RGB is 154 - color contains mainly: blue. Hex color #49659A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49659A is #B69A65. Grayscale: #626262. Windows color (decimal): -11967078 or 10118473. OLE color: 10118473.

HSL color Cylindrical-coordinate representation of color #49659A: hue angle of 219.26º 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 #49659A is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 101 154 -
CMYK 0.53 0.34 0 0.40
HSL 219.26º 0.36% 0.45% -
HSV(B) 219.26º 0.53% 0.6% -
XYZ 13.23 13.06 32.39 -
YUV 98.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 73 101 154 0.53 0.34 0 0.40 219.26 0.36 0.45
Hex 49 65 9A 35 22 0 28 DB 24 2D
Octal 111 145 232 65 42 0 50 333 44 55
Binary 1001001 1100101 10011010 110101 100010 0 101000 11011011 100100 101101

Color Harmonies of #49659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49659A

Black with #49659A

Text Example


Text Example

White with #49659A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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