#477081

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

Shades of Bismark #477081

Tints of Bismark #477081

Color information

#477081 (or 0x477081) is unknown color: approx Bismark. HEX triplet: 47, 70 and 81. RGB value is (71,112,129). Sum of RGB (Red+Green+Blue) = 71+112+129=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 112 (44.14% from 255 or 35.90% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 129 - color contains mainly: blue. Hex color #477081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477081 is #B88F7E. Grayscale: #656565. Windows color (decimal): -12095359 or 8482887. OLE color: 8482887.

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

Color convert

RGB71112129-
CMYK0.450.1300.49
HSL197.59º29%39.22%-
HSV(B)197.59º44.96%50.59%-
XYZ12.3614.5122.92-
YUV101.68143.42106.12-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.76%
GREEN value IS 112 (44.14% from 255) = 35.90%
BLUE value IS 129 (50.78% from 255) = 41.35%
R=22.76%
G=35.90%
B=41.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711121290.450.1300.49197.592939.22
Hex4770812DD031c61d27
Octal10716020155150613063547
Binary1000111111000010000001101101110101100011100011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477081; }

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

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

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

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

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

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

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

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