#475D9B

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

Shades of Mariner #475D9B

Tints of Mariner #475D9B

Color information

#475D9B (or 0x475D9B) is unknown color: approx Mariner. HEX triplet: 47, 5D and 9B. RGB value is (71,93,155). Sum of RGB (Red+Green+Blue) = 71+93+155=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #475D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475D9B is #B8A264. Grayscale: #5D5D5D. Windows color (decimal): -12100197 or 10181959. OLE color: 10181959.

HSL color Cylindrical-coordinate representation of color #475D9B: hue angle of 224.29º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #475D9B is Cyan = 0.54, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7193155-
CMYK0.540.400.39
HSL224.29º37.17%44.31%-
HSV(B)224.29º54.19%60.78%-
XYZ12.4311.5332.58-
YUV93.49162.71111.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.26%
GREEN value IS 93 (36.72% from 255) = 29.15%
BLUE value IS 155 (60.94% from 255) = 48.59%
R=22.26%
G=29.15%
B=48.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71931550.540.400.39224.2937.1744.31
Hex475D9B3628027e0252c
Octal10713523366500473404554
Binary1000111101110110011011110110101000010011111100000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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