#475DA3

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

Shades of Mariner #475DA3

Tints of Mariner #475DA3

Color information

#475DA3 (or 0x475DA3) is unknown color: approx Mariner. HEX triplet: 47, 5D and A3. RGB value is (71,93,163). Sum of RGB (Red+Green+Blue) = 71+93+163=327 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.71% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 163 (64.06% from 255 or 49.85% from 327); Max value from RGB is 163 - color contains mainly: blue. Hex color #475DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475DA3 is #B8A25C. Grayscale: #5E5E5E. Windows color (decimal): -12100189 or 10706247. OLE color: 10706247.

HSL color Cylindrical-coordinate representation of color #475DA3: hue angle of 225.65º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #475DA3 is Cyan = 0.56, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7193163-
CMYK0.560.4300.36
HSL225.65º39.32%45.88%-
HSV(B)225.65º56.44%63.92%-
XYZ13.1211.8136.24-
YUV94.4166.71111.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.71%
GREEN value IS 93 (36.72% from 255) = 28.44%
BLUE value IS 163 (64.06% from 255) = 49.85%
R=21.71%
G=28.44%
B=49.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71931630.560.4300.36225.6539.3245.88
Hex475DA3382B024e2272e
Octal10713524370530443424756
Binary1000111101110110100011111000101011010010011100010100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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