#475E93

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

Shades of Mariner #475E93

Tints of Mariner #475E93

Color information

#475E93 (or 0x475E93) is unknown color: approx Mariner. HEX triplet: 47, 5E and 93. RGB value is (71,94,147). Sum of RGB (Red+Green+Blue) = 71+94+147=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 94 (37.11% from 255 or 30.13% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #475E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475E93 is #B8A16C. Grayscale: #5C5C5C. Windows color (decimal): -12099949 or 9657927. OLE color: 9657927.

HSL color Cylindrical-coordinate representation of color #475E93: hue angle of 221.84º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #475E93 is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7194147-
CMYK0.520.3600.42
HSL221.84º34.86%42.75%-
HSV(B)221.84º51.7%57.65%-
XYZ11.8711.4529.19-
YUV93.16158.38112.19-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.76%
GREEN value IS 94 (37.11% from 255) = 30.13%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=22.76%
G=30.13%
B=47.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71941470.520.3600.42221.8434.8642.75
Hex475E93342402Ade232b
Octal10713622364440523364353
Binary1000111101111010010011110100100100010101011011110100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475E93; }

 p { color: rgb(71,94,147); }

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

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

 a { background-color: rgb(71,94,147); }

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

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

 span { border-color: rgb(71,94,147); }

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