#475B95

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

Shades of Mariner #475B95

Tints of Mariner #475B95

Color information

#475B95 (or 0x475B95) is unknown color: approx Mariner. HEX triplet: 47, 5B and 95. RGB value is (71,91,149). Sum of RGB (Red+Green+Blue) = 71+91+149=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #475B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475B95 is #B8A46A. Grayscale: #5B5B5B. Windows color (decimal): -12100715 or 9788231. OLE color: 9788231.

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

Color convert

RGB7191149-
CMYK0.520.3900.42
HSL224.62º35.45%43.14%-
HSV(B)224.62º52.35%58.43%-
XYZ11.7610.9929.94-
YUV91.63160.37113.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 91 (35.94% from 255) = 29.26%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=22.83%
G=29.26%
B=47.91%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71911490.520.3900.42224.6235.4543.14
Hex475B95342702Ae1232b
Octal10713322564470523414353
Binary1000111101101110010101110100100111010101011100001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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