Html Css Color HEX #487476 Ming

📋 copy color: '#487476'

red 72 ◦ green 116 ◦ blue 118

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

Shades of Ming #487476

Tints of Ming #487476

RGB

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

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

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

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

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #487476: hue angle of 182.61º 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 #487476 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 116 118 -
CMYK 0.39 0.02 0 0.54
HSL 182.61º 0.24% 0.37% -
HSV(B) 182.61º 0.39% 0.46% -
XYZ 12.19 15.18 19.43 -
YUV 103.07 136.42 105.84 -
System Red Green Blue C M Y K H S L
Decimal 72 116 118 0.39 0.02 0 0.54 182.61 0.24 0.37
Hex 48 74 76 27 2 0 36 B7 18 25
Octal 110 164 166 47 2 0 66 267 30 45
Binary 1001000 1110100 1110110 100111 10 0 110110 10110111 11000 100101

Color Harmonies of #487476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487476

Black with #487476

Text Example


Text Example

White with #487476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487476; }

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

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

background-color css

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

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

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

border-color css

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

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

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