#47659B

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

Shades of Mariner #47659B

Tints of Mariner #47659B

Color information

#47659B (or 0x47659B) is unknown color: approx Mariner. HEX triplet: 47, 65 and 9B. RGB value is (71,101,155). Sum of RGB (Red+Green+Blue) = 71+101+155=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 155 (60.94% from 255 or 47.40% from 327); Max value from RGB is 155 - color contains mainly: blue. Hex color #47659B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47659B is #B89A64. Grayscale: #616161. Windows color (decimal): -12098149 or 10184007. OLE color: 10184007.

HSL color Cylindrical-coordinate representation of color #47659B: hue angle of 218.57º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47659B is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB71101155-
CMYK0.540.3500.39
HSL218.57º37.17%44.31%-
HSV(B)218.57º54.19%60.78%-
XYZ13.1713.0132.83-
YUV98.19160.06108.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 101 (39.84% from 255) = 30.89%
BLUE value IS 155 (60.94% from 255) = 47.40%
R=21.71%
G=30.89%
B=47.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal711011550.540.3500.39218.5737.1744.31
Hex47659B3623027db252c
Octal10714523366430473334554
Binary1000111110010110011011110110100011010011111011011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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