#476E81

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

Shades of Bismark #476E81

Tints of Bismark #476E81

Color information

#476E81 (or 0x476E81) is unknown color: approx Bismark. HEX triplet: 47, 6E and 81. RGB value is (71,110,129). Sum of RGB (Red+Green+Blue) = 71+110+129=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 129 - color contains mainly: blue. Hex color #476E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476E81 is #B8917E. Grayscale: #646464. Windows color (decimal): -12095871 or 8482375. OLE color: 8482375.

HSL color Cylindrical-coordinate representation of color #476E81: hue angle of 199.66º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #476E81 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB71110129-
CMYK0.450.1500.49
HSL199.66º29%39.22%-
HSV(B)199.66º44.96%50.59%-
XYZ12.1414.0822.85-
YUV100.5144.08106.96-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.90%
GREEN value IS 110 (43.36% from 255) = 35.48%
BLUE value IS 129 (50.78% from 255) = 41.61%
R=22.90%
G=35.48%
B=41.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711101290.450.1500.49199.662939.22
Hex476E812DF031c81d27
Octal10715620155170613103547
Binary1000111110111010000001101101111101100011100100011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,110,129); }

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

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

 a { background-color: rgb(71,110,129); }

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

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

 span { border-color: rgb(71,110,129); }

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