#47599E

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

Shades of Mariner #47599E

Tints of Mariner #47599E

Color information

#47599E (or 0x47599E) is unknown color: approx Mariner. HEX triplet: 47, 59 and 9E. RGB value is (71,89,158). Sum of RGB (Red+Green+Blue) = 71+89+158=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #47599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47599E is #B8A661. Grayscale: #5B5B5B. Windows color (decimal): -12101218 or 10377543. OLE color: 10377543.

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

Color convert

RGB7189158-
CMYK0.550.4400.38
HSL227.59º37.99%44.9%-
HSV(B)227.59º55.06%61.96%-
XYZ12.3410.9533.81-
YUV91.48165.54113.39-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.33%
GREEN value IS 89 (35.16% from 255) = 27.99%
BLUE value IS 158 (62.11% from 255) = 49.69%
R=22.33%
G=27.99%
B=49.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71891580.550.4400.38227.5937.9944.9
Hex47599E372C026e4262d
Octal10713123667540463444655
Binary1000111101100110011110110111101100010011011100100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47599E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47599E; }

 p { color: rgb(71,89,158); }

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

<style>
 a { background-color: #47599E; }

 a { background-color: rgb(71,89,158); }

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

<style>
 span { border-color: #47599E; }

 span { border-color: rgb(71,89,158); }

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