#47649D

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

Shades of Mariner #47649D

Tints of Mariner #47649D

Color information

#47649D (or 0x47649D) is unknown color: approx Mariner. HEX triplet: 47, 64 and 9D. RGB value is (71,100,157). Sum of RGB (Red+Green+Blue) = 71+100+157=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #47649D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47649D is #B89B62. Grayscale: #616161. Windows color (decimal): -12098403 or 10314823. OLE color: 10314823.

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

Color convert

RGB71100157-
CMYK0.550.3600.38
HSL219.77º37.72%44.71%-
HSV(B)219.77º54.78%61.57%-
XYZ13.2412.8933.69-
YUV97.83161.39108.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.65%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 157 (61.72% from 255) = 47.87%
R=21.65%
G=30.49%
B=47.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal711001570.550.3600.38219.7737.7244.71
Hex47649D3724026dc262d
Octal10714423567440463344655
Binary1000111110010010011101110111100100010011011011100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47649D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47649D; }

 p { color: rgb(71,100,157); }

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

<style>
 a { background-color: #47649D; }

 a { background-color: rgb(71,100,157); }

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

<style>
 span { border-color: #47649D; }

 span { border-color: rgb(71,100,157); }

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