#486D7F

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

Shades of Bismark #486D7F

Tints of Bismark #486D7F

Color information

#486D7F (or 0x486D7F) is unknown color: approx Bismark. HEX triplet: 48, 6D and 7F. RGB value is (72,109,127). Sum of RGB (Red+Green+Blue) = 72+109+127=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 127 - color contains mainly: blue. Hex color #486D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486D7F is #B79280. Grayscale: #636363. Windows color (decimal): -12030593 or 8351048. OLE color: 8351048.

HSL color Cylindrical-coordinate representation of color #486D7F: hue angle of 199.64º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #486D7F is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB72109127-
CMYK0.430.1400.50
HSL199.64º27.64%39.02%-
HSV(B)199.64º43.31%49.8%-
XYZ11.9713.8522.12-
YUV99.99143.24108.04-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 127 (50% from 255) = 41.23%
R=23.38%
G=35.39%
B=41.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal721091270.430.1400.50199.6427.6439.02
Hex486D7F2BE032c81c27
Octal11015517753160623103447
Binary100100011011011111111101011111001100101100100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,109,127); }

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

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

 a { background-color: rgb(72,109,127); }

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

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

 span { border-color: rgb(72,109,127); }

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