Html Css Color HEX #487674 Ming

📋 copy color: '#487674'

red 72 ◦ green 118 ◦ blue 116

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

Shades of Ming #487674

Tints of Ming #487674

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.56%

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

R = 23.53%
G = 38.56%
B = 37.91%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#487674 (or 0x487674) is known color: Ming. HEX triplet: 48, 76 and 74. RGB value is (72,118,116). Sum of RGB (Red+Green+Blue) = 72+118+116=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #487674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487674 is #B7898B. Grayscale: #676767. Windows color (decimal): -12028300 or 7632456. OLE color: 7632456.

HSL color Cylindrical-coordinate representation of color #487674: hue angle of 177.39º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487674 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 118 116 -
CMYK 0.39 0 0.02 0.54
HSL 177.39º 0.24% 0.37% -
HSV(B) 177.39º 0.39% 0.46% -
XYZ 12.3 15.6 18.88 -
YUV 104.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 72 118 116 0.39 0 0.02 0.54 177.39 0.24 0.37
Hex 48 76 74 27 0 2 36 B1 18 25
Octal 110 166 164 47 0 2 66 261 30 45
Binary 1001000 1110110 1110100 100111 0 10 110110 10110001 11000 100101

Color Harmonies of #487674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487674

Black with #487674

Text Example


Text Example

White with #487674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487674; }

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

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

background-color css

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

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

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

border-color css

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

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

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