#475D9D

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

Shades of Mariner #475D9D

Tints of Mariner #475D9D

Color information

#475D9D (or 0x475D9D) is unknown color: approx Mariner. HEX triplet: 47, 5D and 9D. RGB value is (71,93,157). Sum of RGB (Red+Green+Blue) = 71+93+157=321 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.12% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #475D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475D9D is #B8A262. Grayscale: #5D5D5D. Windows color (decimal): -12100195 or 10313031. OLE color: 10313031.

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

Color convert

RGB7193157-
CMYK0.550.4100.38
HSL224.65º37.72%44.71%-
HSV(B)224.65º54.78%61.57%-
XYZ12.611.633.47-
YUV93.72163.71111.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.12%
GREEN value IS 93 (36.72% from 255) = 28.97%
BLUE value IS 157 (61.72% from 255) = 48.91%
R=22.12%
G=28.97%
B=48.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71931570.550.4100.38224.6537.7244.71
Hex475D9D3729026e1262d
Octal10713523567510463414655
Binary1000111101110110011101110111101001010011011100001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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