Html Css Color HEX #49649B Mariner

📋 copy color: '#49649B'

red 73 ◦ green 100 ◦ blue 155

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

Shades of Mariner #49649B

Tints of Mariner #49649B

RGB

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

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

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

R = 22.26%
G = 30.49%
B = 47.26%

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

#49649B (or 0x49649B) is known color: Mariner. HEX triplet: 49, 64 and 9B. RGB value is (73,100,155). Sum of RGB (Red+Green+Blue) = 73+100+155=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #49649B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49649B is #B69B64. Grayscale: #616161. Windows color (decimal): -11967333 or 10183753. OLE color: 10183753.

HSL color Cylindrical-coordinate representation of color #49649B: hue angle of 220.24º 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 #49649B is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 73 100 155 -
CMYK 0.53 0.35 0 0.39
HSL 220.24º 0.36% 0.45% -
HSV(B) 220.24º 0.53% 0.61% -
XYZ 13.22 12.9 32.8 -
YUV 98.2 160.05 110.03 -
System Red Green Blue C M Y K H S L
Decimal 73 100 155 0.53 0.35 0 0.39 220.24 0.36 0.45
Hex 49 64 9B 35 23 0 27 DC 24 2D
Octal 111 144 233 65 43 0 47 334 44 55
Binary 1001001 1100100 10011011 110101 100011 0 100111 11011100 100100 101101

Color Harmonies of #49649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49649B

Black with #49649B

Text Example


Text Example

White with #49649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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