Html Css Color HEX #49639D Mariner

📋 copy color: '#49639D'

red 73 ◦ green 99 ◦ blue 157

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

Shades of Mariner #49639D

Tints of Mariner #49639D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.09%

 BLUE value IS 157 (61.72% from 255) = 47.72%

R = 22.19%
G = 30.09%
B = 47.72%

CMYK

 C value IS 0.54

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49639D (or 0x49639D) is known color: Mariner. HEX triplet: 49, 63 and 9D. RGB value is (73,99,157). Sum of RGB (Red+Green+Blue) = 73+99+157=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #49639D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49639D is #B69C62. Grayscale: #616161. Windows color (decimal): -11967587 or 10314569. OLE color: 10314569.

HSL color Cylindrical-coordinate representation of color #49639D: hue angle of 221.43º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49639D is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 99 157 -
CMYK 0.54 0.37 0 0.38
HSL 221.43º 0.37% 0.45% -
HSV(B) 221.43º 0.54% 0.62% -
XYZ 13.3 12.77 33.66 -
YUV 97.84 161.39 110.28 -
System Red Green Blue C M Y K H S L
Decimal 73 99 157 0.54 0.37 0 0.38 221.43 0.37 0.45
Hex 49 63 9D 36 25 0 26 DD 25 2D
Octal 111 143 235 66 45 0 46 335 45 55
Binary 1001001 1100011 10011101 110110 100101 0 100110 11011101 100101 101101

Color Harmonies of #49639D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49639D

Black with #49639D

Text Example


Text Example

White with #49639D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49639D; }

 p { color: rgb(73,99,157); }

 H1.HeaderClassName
 {
   color: #49639D;
 }
 .AnyTagClassName
 {
   color: #49639D;
 }
</style>

background-color css

<style>
 a { background-color: #49639D; }

 a { background-color: rgb(73,99,157); }

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

border-color css

<style>
 span { border-color: #49639D; }

 span { border-color: rgb(73,99,157); }

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