#486171

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

Shades of Bismark #486171

Tints of Bismark #486171

Color information

#486171 (or 0x486171) is unknown color: approx Bismark. HEX triplet: 48, 61 and 71. RGB value is (72,97,113). Sum of RGB (Red+Green+Blue) = 72+97+113=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 113 - color contains mainly: blue. Hex color #486171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486171 is #B79E8E. Grayscale: #5B5B5B. Windows color (decimal): -12033679 or 7430472. OLE color: 7430472.

HSL color Cylindrical-coordinate representation of color #486171: hue angle of 203.41º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486171 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7297113-
CMYK0.360.1400.56
HSL203.41º22.16%36.27%-
HSV(B)203.41º36.28%44.31%-
XYZ9.9311.1217.25-
YUV91.35140.22114.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 113 (44.53% from 255) = 40.07%
R=25.53%
G=34.40%
B=40.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72971130.360.1400.56203.4122.1636.27
Hex48617124E038cb1624
Octal11014116144160703132644
Binary100100011000011110001100100111001110001100101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486171; }

 p { color: rgb(72,97,113); }

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

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

 a { background-color: rgb(72,97,113); }

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

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

 span { border-color: rgb(72,97,113); }

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