#47608E

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

Shades of Mariner #47608E

Tints of Mariner #47608E

Color information

#47608E (or 0x47608E) is unknown color: approx Mariner. HEX triplet: 47, 60 and 8E. RGB value is (71,96,142). Sum of RGB (Red+Green+Blue) = 71+96+142=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #47608E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47608E is #B89F71. Grayscale: #5D5D5D. Windows color (decimal): -12099442 or 9330759. OLE color: 9330759.

HSL color Cylindrical-coordinate representation of color #47608E: hue angle of 218.87º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #47608E is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7196142-
CMYK0.50.3200.44
HSL218.87º33.33%41.76%-
HSV(B)218.87º50%55.69%-
XYZ11.6611.6627.23-
YUV93.77155.22111.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=22.98%
G=31.07%
B=45.95%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal71961420.50.3200.44218.8733.3341.76
Hex47608E322002Cdb212a
Octal10714021662400543334152
Binary1000111110000010001110110010100000010110011011011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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