#475F92

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

Shades of Mariner #475F92

Tints of Mariner #475F92

Color information

#475F92 (or 0x475F92) is unknown color: approx Mariner. HEX triplet: 47, 5F and 92. RGB value is (71,95,146). Sum of RGB (Red+Green+Blue) = 71+95+146=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 95 (37.5% from 255 or 30.45% from 312); Blue value is 146 (57.42% from 255 or 46.79% from 312); Max value from RGB is 146 - color contains mainly: blue. Hex color #475F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475F92 is #B8A06D. Grayscale: #5D5D5D. Windows color (decimal): -12099694 or 9592647. OLE color: 9592647.

HSL color Cylindrical-coordinate representation of color #475F92: hue angle of 220.8º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475F92 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7195146-
CMYK0.510.3500.43
HSL220.8º34.56%42.55%-
HSV(B)220.8º51.37%57.25%-
XYZ11.8811.628.81-
YUV93.64157.55111.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.76%
GREEN value IS 95 (37.5% from 255) = 30.45%
BLUE value IS 146 (57.42% from 255) = 46.79%
R=22.76%
G=30.45%
B=46.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal71951460.510.3500.43220.834.5642.55
Hex475F92332302Bdd232b
Octal10713722263430533354353
Binary1000111101111110010010110011100011010101111011101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,95,146); }

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

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

 a { background-color: rgb(71,95,146); }

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

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

 span { border-color: rgb(71,95,146); }

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