#477382

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

Shades of Bismark #477382

Tints of Bismark #477382

Color information

#477382 (or 0x477382) is unknown color: approx Bismark. HEX triplet: 47, 73 and 82. RGB value is (71,115,130). Sum of RGB (Red+Green+Blue) = 71+115+130=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #477382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477382 is #B88C7D. Grayscale: #676767. Windows color (decimal): -12094590 or 8549191. OLE color: 8549191.

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

Color convert

RGB71115130-
CMYK0.450.1200.49
HSL195.25º29.35%39.41%-
HSV(B)195.25º45.38%50.98%-
XYZ12.7615.2123.38-
YUV103.55142.92104.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.47%
GREEN value IS 115 (45.31% from 255) = 36.39%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=22.47%
G=36.39%
B=41.14%

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
Decimal711151300.450.1200.49195.2529.3539.41
Hex4773822DC031c31d27
Octal10716320255140613033547
Binary1000111111001110000010101101110001100011100001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477382; }

 p { color: rgb(71,115,130); }

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

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

 a { background-color: rgb(71,115,130); }

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

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

 span { border-color: rgb(71,115,130); }

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