#476A7F

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

Shades of Bismark #476A7F

Tints of Bismark #476A7F

Color information

#476A7F (or 0x476A7F) is unknown color: approx Bismark. HEX triplet: 47, 6A and 7F. RGB value is (71,106,127). Sum of RGB (Red+Green+Blue) = 71+106+127=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 106 (41.80% from 255 or 34.87% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #476A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476A7F is #B89580. Grayscale: #616161. Windows color (decimal): -12096897 or 8350279. OLE color: 8350279.

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

Color convert

RGB71106127-
CMYK0.440.1700.50
HSL202.5º28.28%38.82%-
HSV(B)202.5º44.09%49.8%-
XYZ11.5813.1822.01-
YUV97.93144.4108.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 106 (41.80% from 255) = 34.87%
BLUE value IS 127 (50% from 255) = 41.78%
R=23.36%
G=34.87%
B=41.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal711061270.440.1700.50202.528.2838.82
Hex476A7F2C11032ca1c27
Octal10715217754210623123447
Binary1000111110101011111111011001000101100101100101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,106,127); }

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

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

 a { background-color: rgb(71,106,127); }

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

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

 span { border-color: rgb(71,106,127); }

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