#487779

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

Shades of Ming #487779

Tints of Ming #487779

Color information

#487779 (or 0x487779) is unknown color: approx Ming. HEX triplet: 48, 77 and 79. RGB value is (72,119,121). Sum of RGB (Red+Green+Blue) = 72+119+121=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 121 - color contains mainly: blue. Hex color #487779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487779 is #B78886. Grayscale: #696969. Windows color (decimal): -12028039 or 7960392. OLE color: 7960392.

HSL color Cylindrical-coordinate representation of color #487779: hue angle of 182.45º 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 #487779 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB72119121-
CMYK0.400.0200.53
HSL182.45º25.39%37.84%-
HSV(B)182.45º40.5%47.45%-
XYZ12.7215.9520.5-
YUV105.18136.93104.34-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=23.08%
G=38.14%
B=38.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721191210.400.0200.53182.4525.3937.84
Hex487779282035b61926
Octal1101671715020652663146
Binary1001000111011111110011010001001101011011011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487779; }

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

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

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

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

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

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

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

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