#475F93

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

Shades of Mariner #475F93

Tints of Mariner #475F93

Color information

#475F93 (or 0x475F93) is unknown color: approx Mariner. HEX triplet: 47, 5F and 93. RGB value is (71,95,147). Sum of RGB (Red+Green+Blue) = 71+95+147=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 147 (57.81% from 255 or 46.96% from 313); Max value from RGB is 147 - color contains mainly: blue. Hex color #475F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475F93 is #B8A06C. Grayscale: #5D5D5D. Windows color (decimal): -12099693 or 9658183. OLE color: 9658183.

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

Color convert

RGB7195147-
CMYK0.520.3500.42
HSL221.05º34.86%42.75%-
HSV(B)221.05º51.7%57.65%-
XYZ11.9611.6329.22-
YUV93.75158.05111.77-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 147 (57.81% from 255) = 46.96%
R=22.68%
G=30.35%
B=46.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71951470.520.3500.42221.0534.8642.75
Hex475F93342302Add232b
Octal10713722364430523354353
Binary1000111101111110010011110100100011010101011011101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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