#476592

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

Shades of Mariner #476592

Tints of Mariner #476592

Color information

#476592 (or 0x476592) is unknown color: approx Mariner. HEX triplet: 47, 65 and 92. RGB value is (71,101,146). Sum of RGB (Red+Green+Blue) = 71+101+146=318 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.33% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 146 (57.42% from 255 or 45.91% from 318); Max value from RGB is 146 - color contains mainly: blue. Hex color #476592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476592 is #B89A6D. Grayscale: #606060. Windows color (decimal): -12098158 or 9594183. OLE color: 9594183.

HSL color Cylindrical-coordinate representation of color #476592: hue angle of 216º 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 #476592 is Cyan = 0.51, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB71101146-
CMYK0.510.3100.43
HSL216º34.56%42.55%-
HSV(B)216º51.37%57.25%-
XYZ12.4412.7228.99-
YUV97.16155.56109.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.33%
GREEN value IS 101 (39.84% from 255) = 31.76%
BLUE value IS 146 (57.42% from 255) = 45.91%
R=22.33%
G=31.76%
B=45.91%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal711011460.510.3100.4321634.5642.55
Hex476592331F02Bd8232b
Octal10714522263370533304353
Binary100011111001011001001011001111111010101111011000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476592; }

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

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

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

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

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

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

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

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