#486476

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

Shades of Bismark #486476

Tints of Bismark #486476

Color information

#486476 (or 0x486476) is unknown color: approx Bismark. HEX triplet: 48, 64 and 76. RGB value is (72,100,118). Sum of RGB (Red+Green+Blue) = 72+100+118=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 118 - color contains mainly: blue. Hex color #486476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486476 is #B79B89. Grayscale: #5D5D5D. Windows color (decimal): -12032906 or 7758920. OLE color: 7758920.

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

Color convert

RGB72100118-
CMYK0.390.1500.54
HSL203.48º24.21%37.25%-
HSV(B)203.48º38.98%46.27%-
XYZ10.511.818.86-
YUV93.68141.72112.54-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 100 (39.45% from 255) = 34.48%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=24.83%
G=34.48%
B=40.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721001180.390.1500.54203.4824.2137.25
Hex48647627F036cb1825
Octal11014416647170663133045
Binary100100011001001110110100111111101101101100101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486476; }

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

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

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

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

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

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

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

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