#476BB1

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

Shades of Mariner #476BB1

Tints of Mariner #476BB1

Color information

#476BB1 (or 0x476BB1) is unknown color: approx Mariner. HEX triplet: 47, 6B and B1. RGB value is (71,107,177). Sum of RGB (Red+Green+Blue) = 71+107+177=355 (47% of max value = 765). Red value is 71 (28.12% from 255 or 20% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #476BB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476BB1 is #B8944E. Grayscale: #676767. Windows color (decimal): -12096591 or 11627335. OLE color: 11627335.

HSL color Cylindrical-coordinate representation of color #476BB1: hue angle of 219.62º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #476BB1 is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB71107177-
CMYK0.600.4000.31
HSL219.62º42.74%48.63%-
HSV(B)219.62º59.89%69.41%-
XYZ15.7915.0343.66-
YUV104.22169.07104.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20%
GREEN value IS 107 (42.19% from 255) = 30.14%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=20%
G=30.14%
B=49.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal711071770.600.4000.31219.6242.7448.63
Hex476BB13C2801Fdc2b31
Octal10715326174500373345361
Binary100011111010111011000111110010100001111111011100101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,107,177); }

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

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

 a { background-color: rgb(71,107,177); }

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

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

 span { border-color: rgb(71,107,177); }

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