#487074

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

Shades of Ming #487074

Tints of Ming #487074

Color information

#487074 (or 0x487074) is unknown color: approx Ming. HEX triplet: 48, 70 and 74. RGB value is (72,112,116). Sum of RGB (Red+Green+Blue) = 72+112+116=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 116 - color contains mainly: blue. Hex color #487074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487074 is #B78F8B. Grayscale: #646464. Windows color (decimal): -12029836 or 7630920. OLE color: 7630920.

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

Color convert

RGB72112116-
CMYK0.380.0300.55
HSL185.45º23.4%36.86%-
HSV(B)185.45º37.93%45.49%-
XYZ11.6214.2318.66-
YUV100.5136.75107.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 116 (45.70% from 255) = 38.67%
R=24%
G=37.33%
B=38.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal721121160.380.0300.55185.4523.436.86
Hex487074263037b91725
Octal1101601644630672712745
Binary1001000111000011101001001101101101111011100110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487074; }

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

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

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

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

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

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

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

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