#476397

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

Shades of Mariner #476397

Tints of Mariner #476397

Color information

#476397 (or 0x476397) is unknown color: approx Mariner. HEX triplet: 47, 63 and 97. RGB value is (71,99,151). Sum of RGB (Red+Green+Blue) = 71+99+151=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 151 - color contains mainly: blue. Hex color #476397 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476397 is #B89C68. Grayscale: #606060. Windows color (decimal): -12098665 or 9921351. OLE color: 9921351.

HSL color Cylindrical-coordinate representation of color #476397: hue angle of 219º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #476397 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7199151-
CMYK0.530.3400.41
HSL219º36.04%43.53%-
HSV(B)219º52.98%59.22%-
XYZ12.6512.531.02-
YUV96.56158.72109.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 99 (39.06% from 255) = 30.84%
BLUE value IS 151 (59.38% from 255) = 47.04%
R=22.12%
G=30.84%
B=47.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal71991510.530.3400.4121936.0443.53
Hex4763973522029db242c
Octal10714322765420513334454
Binary1000111110001110010111110101100010010100111011011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476397; }

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

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

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

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

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

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

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

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