#486676

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

Shades of Bismark #486676

Tints of Bismark #486676

Color information

#486676 (or 0x486676) is unknown color: approx Bismark. HEX triplet: 48, 66 and 76. RGB value is (72,102,118). Sum of RGB (Red+Green+Blue) = 72+102+118=292 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.66% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 118 (46.48% from 255 or 40.41% from 292); Max value from RGB is 118 - color contains mainly: blue. Hex color #486676 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486676 is #B79989. Grayscale: #5E5E5E. Windows color (decimal): -12032394 or 7759432. OLE color: 7759432.

HSL color Cylindrical-coordinate representation of color #486676: hue angle of 200.87º 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 #486676 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB72102118-
CMYK0.390.1400.54
HSL200.87º24.21%37.25%-
HSV(B)200.87º38.98%46.27%-
XYZ10.6912.1918.93-
YUV94.85141.06111.7-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.66%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 118 (46.48% from 255) = 40.41%
R=24.66%
G=34.93%
B=40.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721021180.390.1400.54200.8724.2137.25
Hex48667627E036c91825
Octal11014616647160663113045
Binary100100011001101110110100111111001101101100100111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486676; }

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

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

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

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

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

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

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

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