#486376

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

Shades of Bismark #486376

Tints of Bismark #486376

Color information

#486376 (or 0x486376) is unknown color: approx Bismark. HEX triplet: 48, 63 and 76. RGB value is (72,99,118). Sum of RGB (Red+Green+Blue) = 72+99+118=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #486376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486376 is #B79C89. Grayscale: #5C5C5C. Windows color (decimal): -12033162 or 7758664. OLE color: 7758664.

HSL color Cylindrical-coordinate representation of color #486376: hue angle of 204.78º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #486376 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7299118-
CMYK0.390.1600.54
HSL204.78º24.21%37.25%-
HSV(B)204.78º38.98%46.27%-
XYZ10.411.6118.83-
YUV93.09142.05112.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 99 (39.06% from 255) = 34.26%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=24.91%
G=34.26%
B=40.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72991180.390.1600.54204.7824.2137.25
Hex4863762710036cd1825
Octal11014316647200663153045
Binary1001000110001111101101001111000001101101100110111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486376; }

 p { color: rgb(72,99,118); }

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

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

 a { background-color: rgb(72,99,118); }

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

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

 span { border-color: rgb(72,99,118); }

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