Html Css Color HEX #487176 Ming

📋 copy color: '#487176'

red 72 ◦ green 113 ◦ blue 118

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

Shades of Ming #487176

Tints of Ming #487176

RGB

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

 GREEN value IS 113 (44.53% from 255) = 37.29%

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

R = 23.76%
G = 37.29%
B = 38.94%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#487176 (or 0x487176) is known color: Ming. HEX triplet: 48, 71 and 76. RGB value is (72,113,118). Sum of RGB (Red+Green+Blue) = 72+113+118=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #487176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487176 is #B78E89. Grayscale: #656565. Windows color (decimal): -12029578 or 7762248. OLE color: 7762248.

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

Color convert

RGB 72 113 118 -
CMYK 0.39 0.04 0 0.54
HSL 186.52º 0.24% 0.37% -
HSV(B) 186.52º 0.39% 0.46% -
XYZ 11.85 14.5 19.31 -
YUV 101.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 72 113 118 0.39 0.04 0 0.54 186.52 0.24 0.37
Hex 48 71 76 27 4 0 36 BB 18 25
Octal 110 161 166 47 4 0 66 273 30 45
Binary 1001000 1110001 1110110 100111 100 0 110110 10111011 11000 100101

Color Harmonies of #487176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487176

Black with #487176

Text Example


Text Example

White with #487176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487176; }

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

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

background-color css

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

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

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

border-color css

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

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

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