#476B81

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

Shades of Bismark #476B81

Tints of Bismark #476B81

Color information

#476B81 (or 0x476B81) is unknown color: approx Bismark. HEX triplet: 47, 6B and 81. RGB value is (71,107,129). Sum of RGB (Red+Green+Blue) = 71+107+129=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #476B81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #476B81 is #B8947E. Grayscale: #626262. Windows color (decimal): -12096639 or 8481607. OLE color: 8481607.

HSL color Cylindrical-coordinate representation of color #476B81: hue angle of 202.76º 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 #476B81 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB71107129-
CMYK0.450.1700.49
HSL202.76º29%39.22%-
HSV(B)202.76º44.96%50.59%-
XYZ11.8213.4422.74-
YUV98.74145.07108.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 129 (50.78% from 255) = 42.02%
R=23.13%
G=34.85%
B=42.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711071290.450.1700.49202.762939.22
Hex476B812D11031cb1d27
Octal10715320155210613133547
Binary10001111101011100000011011011000101100011100101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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