#486471

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

Shades of Bismark #486471

Tints of Bismark #486471

Color information

#486471 (or 0x486471) is unknown color: approx Bismark. HEX triplet: 48, 64 and 71. RGB value is (72,100,113). Sum of RGB (Red+Green+Blue) = 72+100+113=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 113 (44.53% from 255 or 39.65% from 285); Max value from RGB is 113 - color contains mainly: blue. Hex color #486471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486471 is #B79B8E. Grayscale: #5D5D5D. Windows color (decimal): -12032911 or 7431240. OLE color: 7431240.

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

Color convert

RGB72100113-
CMYK0.360.1200.56
HSL199.02º22.16%36.27%-
HSV(B)199.02º36.28%44.31%-
XYZ10.2111.6817.34-
YUV93.11139.22112.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 100 (39.45% from 255) = 35.09%
BLUE value IS 113 (44.53% from 255) = 39.65%
R=25.26%
G=35.09%
B=39.65%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721001130.360.1200.56199.0222.1636.27
Hex48647124C038c71624
Octal11014416144140703072644
Binary100100011001001110001100100110001110001100011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486471; }

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

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

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

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

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

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

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

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