#486F82

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

Shades of Bismark #486F82

Tints of Bismark #486F82

Color information

#486F82 (or 0x486F82) is unknown color: approx Bismark. HEX triplet: 48, 6F and 82. RGB value is (72,111,130). Sum of RGB (Red+Green+Blue) = 72+111+130=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 130 - color contains mainly: blue. Hex color #486F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #486F82 is #B7907D. Grayscale: #656565. Windows color (decimal): -12030078 or 8548168. OLE color: 8548168.

HSL color Cylindrical-coordinate representation of color #486F82: hue angle of 199.66º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #486F82 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB72111130-
CMYK0.450.1500.49
HSL199.66º28.71%39.61%-
HSV(B)199.66º44.62%50.98%-
XYZ12.3914.3623.24-
YUV101.5144.08106.96-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.00%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 130 (51.17% from 255) = 41.53%
R=23.00%
G=35.46%
B=41.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal721111300.450.1500.49199.6628.7139.61
Hex486F822DF031c81d28
Octal11015720255170613103550
Binary1001000110111110000010101101111101100011100100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486F82; }

 p { color: rgb(72,111,130); }

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

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

 a { background-color: rgb(72,111,130); }

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

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

 span { border-color: rgb(72,111,130); }

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