#487278

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

Shades of Ming #487278

Tints of Ming #487278

Color information

#487278 (or 0x487278) is unknown color: approx Ming. HEX triplet: 48, 72 and 78. RGB value is (72,114,120). Sum of RGB (Red+Green+Blue) = 72+114+120=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #487278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487278 is #B78D87. Grayscale: #666666. Windows color (decimal): -12029320 or 7893576. OLE color: 7893576.

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

Color convert

RGB72114120-
CMYK0.400.0500.53
HSL187.5º25%37.65%-
HSV(B)187.5º40%47.06%-
XYZ12.0814.7719.98-
YUV102.13138.09106.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.53%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 120 (47.27% from 255) = 39.22%
R=23.53%
G=37.25%
B=39.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal721141200.400.0500.53187.52537.65
Hex487278285035bc1926
Octal1101621705050652743146
Binary10010001110010111100010100010101101011011110011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487278; }

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

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

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

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

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

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

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

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