#476DB7

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

Shades of Mariner #476DB7

Tints of Mariner #476DB7

Color information

#476DB7 (or 0x476DB7) is unknown color: approx Mariner. HEX triplet: 47, 6D and B7. RGB value is (71,109,183). Sum of RGB (Red+Green+Blue) = 71+109+183=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #476DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476DB7 is #B89248. Grayscale: #696969. Windows color (decimal): -12096073 or 12021063. OLE color: 12021063.

HSL color Cylindrical-coordinate representation of color #476DB7: hue angle of 219.64º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #476DB7 is Cyan = 0.61, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB71109183-
CMYK0.610.4000.28
HSL219.64º44.09%49.8%-
HSV(B)219.64º61.2%71.76%-
XYZ16.6115.746.95-
YUV106.07171.41102.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.56%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 183 (71.88% from 255) = 50.41%
R=19.56%
G=30.03%
B=50.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal711091830.610.4000.28219.6444.0949.8
Hex476DB73D2801Cdc2c32
Octal10715526775500343345462
Binary100011111011011011011111110110100001110011011100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476DB7; }

 p { color: rgb(71,109,183); }

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

<style>
 a { background-color: #476DB7; }

 a { background-color: rgb(71,109,183); }

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

<style>
 span { border-color: #476DB7; }

 span { border-color: rgb(71,109,183); }

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