#487778

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

Shades of Ming #487778

Tints of Ming #487778

Color information

#487778 (or 0x487778) is unknown color: approx Ming. HEX triplet: 48, 77 and 78. RGB value is (72,119,120). Sum of RGB (Red+Green+Blue) = 72+119+120=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 120 - color contains mainly: blue. Hex color #487778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487778 is #B78887. Grayscale: #696969. Windows color (decimal): -12028040 or 7894856. OLE color: 7894856.

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

Color convert

RGB72119120-
CMYK0.400.0100.53
HSL181.25º25%37.65%-
HSV(B)181.25º40%47.06%-
XYZ12.6615.9320.18-
YUV105.06136.43104.42-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.15%
GREEN value IS 119 (46.88% from 255) = 38.26%
BLUE value IS 120 (47.27% from 255) = 38.59%
R=23.15%
G=38.26%
B=38.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721191200.400.0100.53181.252537.65
Hex487778281035b51926
Octal1101671705010652653146
Binary100100011101111111000101000101101011011010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487778; }

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

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

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

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

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

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

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

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