Html Css Color HEX #49639F Mariner

📋 copy color: '#49639F'

red 73 ◦ green 99 ◦ blue 159

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

Shades of Mariner #49639F

Tints of Mariner #49639F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 22.05%
G = 29.91%
B = 48.04%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#49639F (or 0x49639F) is known color: Mariner. HEX triplet: 49, 63 and 9F. RGB value is (73,99,159). Sum of RGB (Red+Green+Blue) = 73+99+159=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #49639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49639F is #B69C60. Grayscale: #616161. Windows color (decimal): -11967585 or 10445641. OLE color: 10445641.

HSL color Cylindrical-coordinate representation of color #49639F: hue angle of 221.86º 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 #49639F is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 73 99 159 -
CMYK 0.54 0.38 0 0.38
HSL 221.86º 0.37% 0.45% -
HSV(B) 221.86º 0.54% 0.62% -
XYZ 13.47 12.84 34.57 -
YUV 98.07 162.39 110.12 -
System Red Green Blue C M Y K H S L
Decimal 73 99 159 0.54 0.38 0 0.38 221.86 0.37 0.45
Hex 49 63 9F 36 26 0 26 DE 25 2D
Octal 111 143 237 66 46 0 46 336 45 55
Binary 1001001 1100011 10011111 110110 100110 0 100110 11011110 100101 101101

Color Harmonies of #49639F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49639F

Black with #49639F

Text Example


Text Example

White with #49639F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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