#486776

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

Shades of Bismark #486776

Tints of Bismark #486776

Color information

#486776 (or 0x486776) is unknown color: approx Bismark. HEX triplet: 48, 67 and 76. RGB value is (72,103,118). Sum of RGB (Red+Green+Blue) = 72+103+118=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 118 - color contains mainly: blue. Hex color #486776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486776 is #B79889. Grayscale: #5F5F5F. Windows color (decimal): -12032138 or 7759688. OLE color: 7759688.

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

Color convert

RGB72103118-
CMYK0.390.1300.54
HSL199.57º24.21%37.25%-
HSV(B)199.57º38.98%46.27%-
XYZ10.7912.3918.96-
YUV95.44140.73111.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=24.57%
G=35.15%
B=40.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal721031180.390.1300.54199.5724.2137.25
Hex48677627D036c81825
Octal11014716647150663103045
Binary100100011001111110110100111110101101101100100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486776; }

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

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

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

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

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

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

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

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