#47639F

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

Shades of Mariner #47639F

Tints of Mariner #47639F

Color information

#47639F (or 0x47639F) is unknown color: approx Mariner. HEX triplet: 47, 63 and 9F. RGB value is (71,99,159). Sum of RGB (Red+Green+Blue) = 71+99+159=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 159 (62.5% from 255 or 48.33% from 329); Max value from RGB is 159 - color contains mainly: blue. Hex color #47639F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47639F is #B89C60. Grayscale: #616161. Windows color (decimal): -12098657 or 10445639. OLE color: 10445639.

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

Color convert

RGB7199159-
CMYK0.550.3800.38
HSL220.91º38.26%45.1%-
HSV(B)220.91º55.35%62.35%-
XYZ13.3212.7734.56-
YUV97.47162.72109.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 159 (62.5% from 255) = 48.33%
R=21.58%
G=30.09%
B=48.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71991590.550.3800.38220.9138.2645.1
Hex47639F3726026dd262d
Octal10714323767460463354655
Binary1000111110001110011111110111100110010011011011101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47639F; }

 p { color: rgb(71,99,159); }

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

<style>
 a { background-color: #47639F; }

 a { background-color: rgb(71,99,159); }

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

<style>
 span { border-color: #47639F; }

 span { border-color: rgb(71,99,159); }

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