#486F70

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

Shades of Ming #486F70

Tints of Ming #486F70

Color information

#486F70 (or 0x486F70) is unknown color: approx Ming. HEX triplet: 48, 6F and 70. RGB value is (72,111,112). Sum of RGB (Red+Green+Blue) = 72+111+112=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: blue. Hex color #486F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F70 is #B7908F. Grayscale: #636363. Windows color (decimal): -12030096 or 7368520. OLE color: 7368520.

HSL color Cylindrical-coordinate representation of color #486F70: hue angle of 181.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486F70 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB72111112-
CMYK0.360.0100.56
HSL181.5º21.74%36.08%-
HSV(B)181.5º35.71%43.92%-
XYZ11.2813.9217.42-
YUV99.45135.08108.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 111 (43.75% from 255) = 37.63%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=24.41%
G=37.63%
B=37.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal721111120.360.0100.56181.521.7436.08
Hex486F70241038b61624
Octal1101571604410702662644
Binary100100011011111110000100100101110001011011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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