#47609E

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

Shades of Mariner #47609E

Tints of Mariner #47609E

Color information

#47609E (or 0x47609E) is unknown color: approx Mariner. HEX triplet: 47, 60 and 9E. RGB value is (71,96,158). Sum of RGB (Red+Green+Blue) = 71+96+158=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #47609E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47609E is #B89F61. Grayscale: #5F5F5F. Windows color (decimal): -12099426 or 10379335. OLE color: 10379335.

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

Color convert

RGB7196158-
CMYK0.550.3900.38
HSL222.76º37.99%44.9%-
HSV(B)222.76º55.06%61.96%-
XYZ12.9512.1734.01-
YUV95.59163.22110.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 158 (62.11% from 255) = 48.62%
R=21.85%
G=29.54%
B=48.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71961580.550.3900.38222.7637.9944.9
Hex47609E3727026df262d
Octal10714023667470463374655
Binary1000111110000010011110110111100111010011011011111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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