Html Css Color HEX #487271 Ming

📋 copy color: '#487271'

red 72 ◦ green 114 ◦ blue 113

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

Shades of Ming #487271

Tints of Ming #487271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.13%

 BLUE value IS 113 (44.53% from 255) = 37.79%

R = 24.08%
G = 38.13%
B = 37.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#487271 (or 0x487271) is known color: Ming. HEX triplet: 48, 72 and 71. RGB value is (72,114,113). Sum of RGB (Red+Green+Blue) = 72+114+113=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #487271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487271 is #B78D8E. Grayscale: #656565. Windows color (decimal): -12029327 or 7434824. OLE color: 7434824.

HSL color Cylindrical-coordinate representation of color #487271: hue angle of 178.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #487271 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 114 113 -
CMYK 0.37 0 0.01 0.55
HSL 178.57º 0.23% 0.36% -
HSV(B) 178.57º 0.37% 0.45% -
XYZ 11.67 14.6 17.83 -
YUV 101.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 72 114 113 0.37 0 0.01 0.55 178.57 0.23 0.36
Hex 48 72 71 25 0 1 37 B3 17 24
Octal 110 162 161 45 0 1 67 263 27 44
Binary 1001000 1110010 1110001 100101 0 1 110111 10110011 10111 100100

Color Harmonies of #487271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487271

Black with #487271

Text Example


Text Example

White with #487271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487271; }

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

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

background-color css

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

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

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

border-color css

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

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

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