Html Css Color HEX #487474 Ming

📋 copy color: '#487474'

red 72 ◦ green 116 ◦ blue 116

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

Shades of Ming #487474

Tints of Ming #487474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.16%

R = 23.68%
G = 38.16%
B = 38.16%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#487474 (or 0x487474) is known color: Ming. HEX triplet: 48, 74 and 74. RGB value is (72,116,116). Sum of RGB (Red+Green+Blue) = 72+116+116=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #487474 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487474 is #B78B8B. Grayscale: #666666. Windows color (decimal): -12028812 or 7631944. OLE color: 7631944.

HSL color Cylindrical-coordinate representation of color #487474: hue angle of 180º 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 #487474 is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 116 116 -
CMYK 0.38 0 0 0.55
HSL 180º 0.23% 0.37% -
HSV(B) 180º 0.38% 0.45% -
XYZ 12.07 15.13 18.81 -
YUV 102.84 135.42 106 -
System Red Green Blue C M Y K H S L
Decimal 72 116 116 0.38 0 0 0.55 180 0.23 0.37
Hex 48 74 74 26 0 0 37 B4 17 25
Octal 110 164 164 46 0 0 67 264 27 45
Binary 1001000 1110100 1110100 100110 0 0 110111 10110100 10111 100101

Color Harmonies of #487474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487474

Black with #487474

Text Example


Text Example

White with #487474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487474; }

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

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

background-color css

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

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

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

border-color css

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

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

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