#49659C

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

Shades of Mariner #49659C

Tints of Mariner #49659C

Color information

#49659C (or 0x49659C) is unknown color: approx Mariner. HEX triplet: 49, 65 and 9C. RGB value is (73,101,156). Sum of RGB (Red+Green+Blue) = 73+101+156=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 156 (61.33% from 255 or 47.27% from 330); Max value from RGB is 156 - color contains mainly: blue. Hex color #49659C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49659C is #B69A63. Grayscale: #626262. Windows color (decimal): -11967076 or 10249545. OLE color: 10249545.

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

Color convert

RGB73101156-
CMYK0.530.3500.39
HSL219.76º36.24%44.9%-
HSV(B)219.76º53.21%61.18%-
XYZ13.413.1233.28-
YUV98.9160.22109.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.12%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 156 (61.33% from 255) = 47.27%
R=22.12%
G=30.61%
B=47.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal731011560.530.3500.39219.7636.2444.9
Hex49659C3523027dc242d
Octal11114523465430473344455
Binary1001001110010110011100110101100011010011111011100100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49659C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49659C; }

 p { color: rgb(73,101,156); }

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

<style>
 a { background-color: #49659C; }

 a { background-color: rgb(73,101,156); }

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

<style>
 span { border-color: #49659C; }

 span { border-color: rgb(73,101,156); }

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