Html Css Color HEX #49659B Mariner

📋 copy color: '#49659B'

red 73 ◦ green 101 ◦ blue 155

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

Shades of Mariner #49659B

Tints of Mariner #49659B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.11%

R = 22.19%
G = 30.7%
B = 47.11%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49659B (or 0x49659B) is known color: Mariner. HEX triplet: 49, 65 and 9B. RGB value is (73,101,155). Sum of RGB (Red+Green+Blue) = 73+101+155=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #49659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49659B is #B69A64. Grayscale: #626262. Windows color (decimal): -11967077 or 10184009. OLE color: 10184009.

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

Color convert

RGB 73 101 155 -
CMYK 0.53 0.35 0 0.39
HSL 219.51º 0.36% 0.45% -
HSV(B) 219.51º 0.53% 0.61% -
XYZ 13.32 13.09 32.84 -
YUV 98.78 159.72 109.61 -
System Red Green Blue C M Y K H S L
Decimal 73 101 155 0.53 0.35 0 0.39 219.51 0.36 0.45
Hex 49 65 9B 35 23 0 27 DC 24 2D
Octal 111 145 233 65 43 0 47 334 44 55
Binary 1001001 1100101 10011011 110101 100011 0 100111 11011100 100100 101101

Color Harmonies of #49659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49659B

Black with #49659B

Text Example


Text Example

White with #49659B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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