#47679E

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

Shades of Mariner #47679E

Tints of Mariner #47679E

Color information

#47679E (or 0x47679E) is unknown color: approx Mariner. HEX triplet: 47, 67 and 9E. RGB value is (71,103,158). Sum of RGB (Red+Green+Blue) = 71+103+158=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 158 (62.11% from 255 or 47.59% from 332); Max value from RGB is 158 - color contains mainly: blue. Hex color #47679E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47679E is #B89861. Grayscale: #636363. Windows color (decimal): -12097634 or 10381127. OLE color: 10381127.

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

Color convert

RGB71103158-
CMYK0.550.3500.38
HSL217.93º37.99%44.9%-
HSV(B)217.93º55.06%61.96%-
XYZ13.6213.5134.24-
YUV99.7160.9107.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.39%
GREEN value IS 103 (40.62% from 255) = 31.02%
BLUE value IS 158 (62.11% from 255) = 47.59%
R=21.39%
G=31.02%
B=47.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711031580.550.3500.38217.9337.9944.9
Hex47679E3723026da262d
Octal10714723667430463324655
Binary1000111110011110011110110111100011010011011011010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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