#47689E

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

Shades of Mariner #47689E

Tints of Mariner #47689E

Color information

#47689E (or 0x47689E) is unknown color: approx Mariner. HEX triplet: 47, 68 and 9E. RGB value is (71,104,158). Sum of RGB (Red+Green+Blue) = 71+104+158=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 158 (62.11% from 255 or 47.45% from 333); Max value from RGB is 158 - color contains mainly: blue. Hex color #47689E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47689E is #B89761. Grayscale: #646464. Windows color (decimal): -12097378 or 10381383. OLE color: 10381383.

HSL color Cylindrical-coordinate representation of color #47689E: hue angle of 217.24º 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 #47689E is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB71104158-
CMYK0.550.3400.38
HSL217.24º37.99%44.9%-
HSV(B)217.24º55.06%61.96%-
XYZ13.7213.7134.27-
YUV100.29160.57107.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.32%
GREEN value IS 104 (41.02% from 255) = 31.23%
BLUE value IS 158 (62.11% from 255) = 47.45%
R=21.32%
G=31.23%
B=47.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711041580.550.3400.38217.2437.9944.9
Hex47689E3722026d9262d
Octal10715023667420463314655
Binary1000111110100010011110110111100010010011011011001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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