#476393

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

Shades of Mariner #476393

Tints of Mariner #476393

Color information

#476393 (or 0x476393) is unknown color: approx Mariner. HEX triplet: 47, 63 and 93. RGB value is (71,99,147). Sum of RGB (Red+Green+Blue) = 71+99+147=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 147 (57.81% from 255 or 46.37% from 317); Max value from RGB is 147 - color contains mainly: blue. Hex color #476393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476393 is #B89C6C. Grayscale: #5F5F5F. Windows color (decimal): -12098669 or 9659207. OLE color: 9659207.

HSL color Cylindrical-coordinate representation of color #476393: hue angle of 217.89º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #476393 is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7199147-
CMYK0.520.3300.42
HSL217.89º34.86%42.75%-
HSV(B)217.89º51.7%57.65%-
XYZ12.3312.3729.34-
YUV96.1156.72110.1-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 99 (39.06% from 255) = 31.23%
BLUE value IS 147 (57.81% from 255) = 46.37%
R=22.40%
G=31.23%
B=46.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71991470.520.3300.42217.8934.8642.75
Hex476393342102Ada232b
Octal10714322364410523324353
Binary1000111110001110010011110100100001010101011011010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476393; }

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

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

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

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

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

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

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

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