#47659E

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

Shades of Mariner #47659E

Tints of Mariner #47659E

Color information

#47659E (or 0x47659E) is unknown color: approx Mariner. HEX triplet: 47, 65 and 9E. RGB value is (71,101,158). Sum of RGB (Red+Green+Blue) = 71+101+158=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 158 (62.11% from 255 or 47.88% from 330); Max value from RGB is 158 - color contains mainly: blue. Hex color #47659E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47659E is #B89A61. Grayscale: #626262. Windows color (decimal): -12098146 or 10380615. OLE color: 10380615.

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

Color convert

RGB71101158-
CMYK0.550.3600.38
HSL219.31º37.99%44.9%-
HSV(B)219.31º55.06%61.96%-
XYZ13.4213.1234.17-
YUV98.53161.56108.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.52%
GREEN value IS 101 (39.84% from 255) = 30.61%
BLUE value IS 158 (62.11% from 255) = 47.88%
R=21.52%
G=30.61%
B=47.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711011580.550.3600.38219.3137.9944.9
Hex47659E3724026db262d
Octal10714523667440463334655
Binary1000111110010110011110110111100100010011011011011100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47659E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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