#475B93

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

Shades of Mariner #475B93

Tints of Mariner #475B93

Color information

#475B93 (or 0x475B93) is unknown color: approx Mariner. HEX triplet: 47, 5B and 93. RGB value is (71,91,147). Sum of RGB (Red+Green+Blue) = 71+91+147=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 91 (35.94% from 255 or 29.45% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #475B93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475B93 is #B8A46C. Grayscale: #5B5B5B. Windows color (decimal): -12100717 or 9657159. OLE color: 9657159.

HSL color Cylindrical-coordinate representation of color #475B93: hue angle of 224.21º 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 #475B93 is Cyan = 0.52, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7191147-
CMYK0.520.3800.42
HSL224.21º34.86%42.75%-
HSV(B)224.21º51.7%57.65%-
XYZ11.6110.9329.1-
YUV91.4159.37113.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 91 (35.94% from 255) = 29.45%
BLUE value IS 147 (57.81% from 255) = 47.57%
R=22.98%
G=29.45%
B=47.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71911470.520.3800.42224.2134.8642.75
Hex475B93342602Ae0232b
Octal10713322364460523404353
Binary1000111101101110010011110100100110010101011100000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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