Html Css Color HEX #487479 Ming

📋 copy color: '#487479'

red 72 ◦ green 116 ◦ blue 121

#487479
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ming #487479

Tints of Ming #487479

RGB

 RED value IS 72 (28.52% from 255) = 23.3%

 GREEN value IS 116 (45.7% from 255) = 37.54%

 BLUE value IS 121 (47.66% from 255) = 39.16%

R = 23.3%
G = 37.54%
B = 39.16%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#487479 (or 0x487479) is known color: Ming. HEX triplet: 48, 74 and 79. RGB value is (72,116,121). Sum of RGB (Red+Green+Blue) = 72+116+121=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #487479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487479 is #B78B86. Grayscale: #676767. Windows color (decimal): -12028807 or 7959624. OLE color: 7959624.

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

Color convert

RGB 72 116 121 -
CMYK 0.40 0.04 0 0.53
HSL 186.12º 0.25% 0.38% -
HSV(B) 186.12º 0.4% 0.47% -
XYZ 12.37 15.25 20.38 -
YUV 103.41 137.92 105.59 -
System Red Green Blue C M Y K H S L
Decimal 72 116 121 0.40 0.04 0 0.53 186.12 0.25 0.38
Hex 48 74 79 28 4 0 35 BA 19 26
Octal 110 164 171 50 4 0 65 272 31 46
Binary 1001000 1110100 1111001 101000 100 0 110101 10111010 11001 100110

Color Harmonies of #487479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487479

Black with #487479

Text Example


Text Example

White with #487479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487479; }

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

 H1.HeaderClassName
 {
   color: #487479;
 }
 .AnyTagClassName
 {
   color: #487479;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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