#47649A

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

Shades of Mariner #47649A

Tints of Mariner #47649A

Color information

#47649A (or 0x47649A) is unknown color: approx Mariner. HEX triplet: 47, 64 and 9A. RGB value is (71,100,154). Sum of RGB (Red+Green+Blue) = 71+100+154=325 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.85% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 154 (60.55% from 255 or 47.38% from 325); Max value from RGB is 154 - color contains mainly: blue. Hex color #47649A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47649A is #B89B65. Grayscale: #616161. Windows color (decimal): -12098406 or 10118215. OLE color: 10118215.

HSL color Cylindrical-coordinate representation of color #47649A: hue angle of 219.04º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47649A is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB71100154-
CMYK0.540.3500.40
HSL219.04º36.89%44.12%-
HSV(B)219.04º53.9%60.39%-
XYZ12.9912.7932.36-
YUV97.48159.89109.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.85%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 154 (60.55% from 255) = 47.38%
R=21.85%
G=30.77%
B=47.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal711001540.540.3500.40219.0436.8944.12
Hex47649A3623028db252c
Octal10714423266430503334554
Binary1000111110010010011010110110100011010100011011011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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