#486B73

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

Shades of Bismark #486B73

Tints of Bismark #486B73

Color information

#486B73 (or 0x486B73) is unknown color: approx Bismark. HEX triplet: 48, 6B and 73. RGB value is (72,107,115). Sum of RGB (Red+Green+Blue) = 72+107+115=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 115 (45.31% from 255 or 39.12% from 294); Max value from RGB is 115 - color contains mainly: blue. Hex color #486B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486B73 is #B7948C. Grayscale: #616161. Windows color (decimal): -12031117 or 7564104. OLE color: 7564104.

HSL color Cylindrical-coordinate representation of color #486B73: hue angle of 191.16º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #486B73 is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB72107115-
CMYK0.370.0700.55
HSL191.16º22.99%36.67%-
HSV(B)191.16º37.39%45.1%-
XYZ11.0213.1318.17-
YUV97.45137.9109.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 115 (45.31% from 255) = 39.12%
R=24.49%
G=36.39%
B=39.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721071150.370.0700.55191.1622.9936.67
Hex486B73257037bf1725
Octal1101531634570672772745
Binary10010001101011111001110010111101101111011111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,107,115); }

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

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

 a { background-color: rgb(72,107,115); }

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

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

 span { border-color: rgb(72,107,115); }

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