#475b9b

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

Shades of Mariner #475B9B

Tints of Mariner #475B9B

Color information

#475B9B (or 0x475B9B) is unknown color: approx Mariner. HEX triplet: 47, 5B and 9B. RGB value is (71,91,155). Sum of RGB (Red+Green+Blue) = 71+91+155=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #475B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475B9B is #B8A464. Grayscale: #5C5C5C. Windows color (decimal): -12100709 or 10181447. OLE color: 10181447.

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

Color convert

RGB7191155-
CMYK0.540.4100.39
HSL225.71º37.17%44.31%-
HSV(B)225.71º54.19%60.78%-
XYZ12.2611.1932.52-
YUV92.32163.37112.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 91 (35.94% from 255) = 28.71%
BLUE value IS 155 (60.94% from 255) = 48.90%
R=22.40%
G=28.71%
B=48.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal71911550.540.4100.39225.7137.1744.31
Hex475B9B3629027e2252c
Octal10713323366510473424554
Binary1000111101101110011011110110101001010011111100010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475b9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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