#47629D

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

Shades of Mariner #47629D

Tints of Mariner #47629D

Color information

#47629D (or 0x47629D) is unknown color: approx Mariner. HEX triplet: 47, 62 and 9D. RGB value is (71,98,157). Sum of RGB (Red+Green+Blue) = 71+98+157=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #47629D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47629D is #B89D62. Grayscale: #606060. Windows color (decimal): -12098915 or 10314311. OLE color: 10314311.

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

Color convert

RGB7198157-
CMYK0.550.3800.38
HSL221.16º37.72%44.71%-
HSV(B)221.16º54.78%61.57%-
XYZ13.0512.5133.62-
YUV96.65162.05109.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.78%
GREEN value IS 98 (38.67% from 255) = 30.06%
BLUE value IS 157 (61.72% from 255) = 48.16%
R=21.78%
G=30.06%
B=48.16%

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
Decimal71981570.550.3800.38221.1637.7244.71
Hex47629D3726026dd262d
Octal10714223567460463354655
Binary1000111110001010011101110111100110010011011011101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47629D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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