#49619B

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

Shades of Mariner #49619B

Tints of Mariner #49619B

Color information

#49619B (or 0x49619B) is unknown color: approx Mariner. HEX triplet: 49, 61 and 9B. RGB value is (73,97,155). Sum of RGB (Red+Green+Blue) = 73+97+155=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 155 - color contains mainly: blue. Hex color #49619B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49619B is #B69E64. Grayscale: #606060. Windows color (decimal): -11968101 or 10182985. OLE color: 10182985.

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

Color convert

RGB7397155-
CMYK0.530.3700.39
HSL222.44º35.96%44.71%-
HSV(B)222.44º52.9%60.78%-
XYZ12.9412.3332.71-
YUV96.44161.05111.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.46%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 155 (60.94% from 255) = 47.69%
R=22.46%
G=29.85%
B=47.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal73971550.530.3700.39222.4435.9644.71
Hex49619B3525027de242d
Octal11114123365450473364455
Binary1001001110000110011011110101100101010011111011110100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49619B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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