#49639B

Color #49639B Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #49639B

Tints of Mariner #49639B

Color information

#49639B (or 0x49639B) is unknown color: approx Mariner. HEX triplet: 49, 63 and 9B. RGB value is (73,99,155). Sum of RGB (Red+Green+Blue) = 73+99+155=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #49639B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49639B is #B69C64. Grayscale: #616161. Windows color (decimal): -11967589 or 10183497. OLE color: 10183497.

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

Color convert

RGB7399155-
CMYK0.530.3600.39
HSL220.98º35.96%44.71%-
HSV(B)220.98º52.9%60.78%-
XYZ13.1312.7132.77-
YUV97.61160.39110.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.32%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=22.32%
G=30.28%
B=47.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73991550.530.3600.39220.9835.9644.71
Hex49639B3524027dd242d
Octal11114323365440473354455
Binary1001001110001110011011110101100100010011111011101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #49639B;
 }
 .AnyTagClassName
 {
   color: #49639B;
 }
</style>
background-color css

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

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

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

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

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

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