#476499

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

Shades of Mariner #476499

Tints of Mariner #476499

Color information

#476499 (or 0x476499) is unknown color: approx Mariner. HEX triplet: 47, 64 and 99. RGB value is (71,100,153). Sum of RGB (Red+Green+Blue) = 71+100+153=324 (42% of max value = 765). Red value is 71 (28.12% from 255 or 21.91% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 153 (60.16% from 255 or 47.22% from 324); Max value from RGB is 153 - color contains mainly: blue. Hex color #476499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476499 is #B89B66. Grayscale: #616161. Windows color (decimal): -12098407 or 10052679. OLE color: 10052679.

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

Color convert

RGB71100153-
CMYK0.540.3500.4
HSL218.78º36.61%43.92%-
HSV(B)218.78º53.59%60%-
XYZ12.9112.7531.92-
YUV97.37159.39109.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.91%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 153 (60.16% from 255) = 47.22%
R=21.91%
G=30.86%
B=47.22%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal711001530.540.3500.4218.7836.6143.92
Hex4764993623028db252c
Octal10714423166430503334554
Binary1000111110010010011001110110100011010100011011011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476499; }

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

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

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

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

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

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

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

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