#486671

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

Shades of Bismark #486671

Tints of Bismark #486671

Color information

#486671 (or 0x486671) is unknown color: approx Bismark. HEX triplet: 48, 66 and 71. RGB value is (72,102,113). Sum of RGB (Red+Green+Blue) = 72+102+113=287 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25.09% from 287); Green value is 102 (40.23% from 255 or 35.54% from 287); Blue value is 113 (44.53% from 255 or 39.37% from 287); Max value from RGB is 113 - color contains mainly: blue. Hex color #486671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486671 is #B7998E. Grayscale: #5E5E5E. Windows color (decimal): -12032399 or 7431752. OLE color: 7431752.

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

Color convert

RGB72102113-
CMYK0.360.1000.56
HSL196.1º22.16%36.27%-
HSV(B)196.1º36.28%44.31%-
XYZ10.412.0717.4-
YUV94.28138.56112.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.09%
GREEN value IS 102 (40.23% from 255) = 35.54%
BLUE value IS 113 (44.53% from 255) = 39.37%
R=25.09%
G=35.54%
B=39.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721021130.360.1000.56196.122.1636.27
Hex48667124A038c41624
Octal11014616144120703042644
Binary100100011001101110001100100101001110001100010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486671; }

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

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

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

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

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

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

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

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