#476492

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

Shades of Mariner #476492

Tints of Mariner #476492

Color information

#476492 (or 0x476492) is unknown color: approx Mariner. HEX triplet: 47, 64 and 92. RGB value is (71,100,146). Sum of RGB (Red+Green+Blue) = 71+100+146=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #476492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476492 is #B89B6D. Grayscale: #606060. Windows color (decimal): -12098414 or 9593927. OLE color: 9593927.

HSL color Cylindrical-coordinate representation of color #476492: hue angle of 216.8º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #476492 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71100146-
CMYK0.510.3200.43
HSL216.8º34.56%42.55%-
HSV(B)216.8º51.37%57.25%-
XYZ12.3412.5328.96-
YUV96.57155.89109.76-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 100 (39.45% from 255) = 31.55%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=22.40%
G=31.55%
B=46.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711001460.510.3200.43216.834.5642.55
Hex476492332002Bd9232b
Octal10714422263400533314353
Binary1000111110010010010010110011100000010101111011001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476492; }

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

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

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

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

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

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

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

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