#486571

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

Shades of Bismark #486571

Tints of Bismark #486571

Color information

#486571 (or 0x486571) is unknown color: approx Bismark. HEX triplet: 48, 65 and 71. RGB value is (72,101,113). Sum of RGB (Red+Green+Blue) = 72+101+113=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 101 (39.84% from 255 or 35.31% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 113 - color contains mainly: blue. Hex color #486571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486571 is #B79A8E. Grayscale: #5D5D5D. Windows color (decimal): -12032655 or 7431496. OLE color: 7431496.

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

Color convert

RGB72101113-
CMYK0.360.1100.56
HSL197.56º22.16%36.27%-
HSV(B)197.56º36.28%44.31%-
XYZ10.3111.8817.37-
YUV93.7138.89112.52-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 101 (39.84% from 255) = 35.31%
BLUE value IS 113 (44.53% from 255) = 39.51%
R=25.17%
G=35.31%
B=39.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721011130.360.1100.56197.5622.1636.27
Hex48657124B038c61624
Octal11014516144130703062644
Binary100100011001011110001100100101101110001100011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486571; }

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

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

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

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

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

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

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

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