Html Css Color HEX #49629B Mariner

📋 copy color: '#49629B'

red 73 ◦ green 98 ◦ blue 155

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

Shades of Mariner #49629B

Tints of Mariner #49629B

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

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

R = 22.39%
G = 30.06%
B = 47.55%

CMYK

 C value IS 0.53

 M value IS 0.37

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#49629B (or 0x49629B) is known color: Mariner. HEX triplet: 49, 62 and 9B. RGB value is (73,98,155). Sum of RGB (Red+Green+Blue) = 73+98+155=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 155 (60.94% from 255 or 47.55% from 326); Max value from RGB is 155 - color contains mainly: blue. Hex color #49629B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49629B is #B69D64. Grayscale: #606060. Windows color (decimal): -11967845 or 10183241. OLE color: 10183241.

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

Color convert

RGB 73 98 155 -
CMYK 0.53 0.37 0 0.39
HSL 221.71º 0.36% 0.45% -
HSV(B) 221.71º 0.53% 0.61% -
XYZ 13.03 12.52 32.74 -
YUV 97.02 160.72 110.87 -
System Red Green Blue C M Y K H S L
Decimal 73 98 155 0.53 0.37 0 0.39 221.71 0.36 0.45
Hex 49 62 9B 35 25 0 27 DE 24 2D
Octal 111 142 233 65 45 0 47 336 44 55
Binary 1001001 1100010 10011011 110101 100101 0 100111 11011110 100100 101101

Color Harmonies of #49629B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49629B

Black with #49629B

Text Example


Text Example

White with #49629B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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