#477181

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

Shades of Bismark #477181

Tints of Bismark #477181

Color information

#477181 (or 0x477181) is unknown color: approx Bismark. HEX triplet: 47, 71 and 81. RGB value is (71,113,129). Sum of RGB (Red+Green+Blue) = 71+113+129=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #477181 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477181 is #B88E7E. Grayscale: #666666. Windows color (decimal): -12095103 or 8483143. OLE color: 8483143.

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

Color convert

RGB71113129-
CMYK0.450.1200.49
HSL196.55º29%39.22%-
HSV(B)196.55º44.96%50.59%-
XYZ12.4714.7322.96-
YUV102.27143.09105.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 129 (50.78% from 255) = 41.21%
R=22.68%
G=36.10%
B=41.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711131290.450.1200.49196.552939.22
Hex4771812DC031c51d27
Octal10716120155140613053547
Binary1000111111000110000001101101110001100011100010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477181; }

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

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

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

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

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

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

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

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