Html Css Color HEX #487071 Ming

📋 copy color: '#487071'

red 72 ◦ green 112 ◦ blue 113

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

Shades of Ming #487071

Tints of Ming #487071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.71%

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

R = 24.24%
G = 37.71%
B = 38.05%

CMYK

 C value IS 0.36

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#487071 (or 0x487071) is known color: Ming. HEX triplet: 48, 70 and 71. RGB value is (72,112,113). Sum of RGB (Red+Green+Blue) = 72+112+113=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 113 - color contains mainly: blue. Hex color #487071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487071 is #B78F8E. Grayscale: #646464. Windows color (decimal): -12029839 or 7434312. OLE color: 7434312.

HSL color Cylindrical-coordinate representation of color #487071: hue angle of 181.46º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #487071 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 113 -
CMYK 0.36 0.01 0 0.56
HSL 181.46º 0.22% 0.36% -
HSV(B) 181.46º 0.36% 0.44% -
XYZ 11.45 14.16 17.75 -
YUV 100.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 72 112 113 0.36 0.01 0 0.56 181.46 0.22 0.36
Hex 48 70 71 24 1 0 38 B5 16 24
Octal 110 160 161 44 1 0 70 265 26 44
Binary 1001000 1110000 1110001 100100 1 0 111000 10110101 10110 100100

Color Harmonies of #487071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487071

Black with #487071

Text Example


Text Example

White with #487071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487071; }

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

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

background-color css

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

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

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

border-color css

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

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

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