#477182

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

Shades of Bismark #477182

Tints of Bismark #477182

Color information

#477182 (or 0x477182) is unknown color: approx Bismark. HEX triplet: 47, 71 and 82. RGB value is (71,113,130). Sum of RGB (Red+Green+Blue) = 71+113+130=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 130 - color contains mainly: blue. Hex color #477182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #477182 is #B88E7D. Grayscale: #666666. Windows color (decimal): -12095102 or 8548679. OLE color: 8548679.

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

Color convert

RGB71113130-
CMYK0.450.1300.49
HSL197.29º29.35%39.41%-
HSV(B)197.29º45.38%50.98%-
XYZ12.5314.7623.31-
YUV102.38143.59105.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 130 (51.17% from 255) = 41.40%
R=22.61%
G=35.99%
B=41.40%

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
Decimal711131300.450.1300.49197.2929.3539.41
Hex4771822DD031c51d27
Octal10716120255150613053547
Binary1000111111000110000010101101110101100011100010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477182; }

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

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

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

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

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

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

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

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