#475DAC

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

Shades of Mariner #475DAC

Tints of Mariner #475DAC

Color information

#475DAC (or 0x475DAC) is unknown color: approx Mariner. HEX triplet: 47, 5D and AC. RGB value is (71,93,172). Sum of RGB (Red+Green+Blue) = 71+93+172=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 93 (36.72% from 255 or 27.68% from 336); Blue value is 172 (67.58% from 255 or 51.19% from 336); Max value from RGB is 172 - color contains mainly: blue. Hex color #475DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475DAC is #B8A253. Grayscale: #5F5F5F. Windows color (decimal): -12100180 or 11296071. OLE color: 11296071.

HSL color Cylindrical-coordinate representation of color #475DAC: hue angle of 226.93º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #475DAC is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7193172-
CMYK0.590.4600.33
HSL226.93º41.56%47.65%-
HSV(B)226.93º58.72%67.45%-
XYZ13.9612.1540.64-
YUV95.43171.21110.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.13%
GREEN value IS 93 (36.72% from 255) = 27.68%
BLUE value IS 172 (67.58% from 255) = 51.19%
R=21.13%
G=27.68%
B=51.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71931720.590.4600.33226.9341.5647.65
Hex475DAC3B2E021e32a30
Octal10713525473560413435260
Binary1000111101110110101100111011101110010000111100011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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