#475B9D

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

Shades of Mariner #475B9D

Tints of Mariner #475B9D

Color information

#475B9D (or 0x475B9D) is unknown color: approx Mariner. HEX triplet: 47, 5B and 9D. RGB value is (71,91,157). Sum of RGB (Red+Green+Blue) = 71+91+157=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #475B9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475B9D is #B8A462. Grayscale: #5C5C5C. Windows color (decimal): -12100707 or 10312519. OLE color: 10312519.

HSL color Cylindrical-coordinate representation of color #475B9D: hue angle of 226.05º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #475B9D is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7191157-
CMYK0.550.4200.38
HSL226.05º37.72%44.71%-
HSV(B)226.05º54.78%61.57%-
XYZ12.4311.2633.42-
YUV92.54164.37112.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 91 (35.94% from 255) = 28.53%
BLUE value IS 157 (61.72% from 255) = 49.22%
R=22.26%
G=28.53%
B=49.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71911570.550.4200.38226.0537.7244.71
Hex475B9D372A026e2262d
Octal10713323567520463424655
Binary1000111101101110011101110111101010010011011100010100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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