#486E79

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

Shades of Bismark #486E79

Tints of Bismark #486E79

Color information

#486E79 (or 0x486E79) is unknown color: approx Bismark. HEX triplet: 48, 6E and 79. RGB value is (72,110,121). Sum of RGB (Red+Green+Blue) = 72+110+121=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 121 - color contains mainly: blue. Hex color #486E79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E79 is #B79186. Grayscale: #636363. Windows color (decimal): -12030343 or 7958088. OLE color: 7958088.

HSL color Cylindrical-coordinate representation of color #486E79: hue angle of 193.47º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #486E79 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB72110121-
CMYK0.400.0900.53
HSL193.47º25.39%37.84%-
HSV(B)193.47º40.5%47.45%-
XYZ11.713.9120.16-
YUV99.89139.91108.11-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.76%
GREEN value IS 110 (43.36% from 255) = 36.30%
BLUE value IS 121 (47.66% from 255) = 39.93%
R=23.76%
G=36.30%
B=39.93%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721101210.400.0900.53193.4725.3937.84
Hex486E79289035c11926
Octal11015617150110653013146
Binary100100011011101111001101000100101101011100000111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,110,121); }

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

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

 a { background-color: rgb(72,110,121); }

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

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

 span { border-color: rgb(72,110,121); }

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