#476099

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

Shades of Mariner #476099

Tints of Mariner #476099

Color information

#476099 (or 0x476099) is unknown color: approx Mariner. HEX triplet: 47, 60 and 99. RGB value is (71,96,153). Sum of RGB (Red+Green+Blue) = 71+96+153=320 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.19% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 153 - color contains mainly: blue. Hex color #476099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476099 is #B89F66. Grayscale: #5E5E5E. Windows color (decimal): -12099431 or 10051655. OLE color: 10051655.

HSL color Cylindrical-coordinate representation of color #476099: hue angle of 221.71º 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 #476099 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7196153-
CMYK0.540.3700.4
HSL221.71º36.61%43.92%-
HSV(B)221.71º53.59%60%-
XYZ12.5312.0131.79-
YUV95.02160.72110.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.19%
GREEN value IS 96 (37.89% from 255) = 30%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=22.19%
G=30%
B=47.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71961530.540.3700.4221.7136.6143.92
Hex4760993625028de252c
Octal10714023166450503364554
Binary1000111110000010011001110110100101010100011011110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476099; }

 p { color: rgb(71,96,153); }

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

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

 a { background-color: rgb(71,96,153); }

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

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

 span { border-color: rgb(71,96,153); }

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