#486271

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

Shades of Bismark #486271

Tints of Bismark #486271

Color information

#486271 (or 0x486271) is unknown color: approx Bismark. HEX triplet: 48, 62 and 71. RGB value is (72,98,113). Sum of RGB (Red+Green+Blue) = 72+98+113=283 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.44% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 113 (44.53% from 255 or 39.93% from 283); Max value from RGB is 113 - color contains mainly: blue. Hex color #486271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486271 is #B79D8E. Grayscale: #5B5B5B. Windows color (decimal): -12033423 or 7430728. OLE color: 7430728.

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

Color convert

RGB7298113-
CMYK0.360.1300.56
HSL201.95º22.16%36.27%-
HSV(B)201.95º36.28%44.31%-
XYZ10.0211.3117.28-
YUV91.94139.89113.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.44%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 113 (44.53% from 255) = 39.93%
R=25.44%
G=34.63%
B=39.93%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72981130.360.1300.56201.9522.1636.27
Hex48627124D038ca1624
Octal11014216144150703122644
Binary100100011000101110001100100110101110001100101010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486271; }

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

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

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

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

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

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

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

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