Html Css Color HEX #487072 Ming

📋 copy color: '#487072'

red 72 ◦ green 112 ◦ blue 114

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

Shades of Ming #487072

Tints of Ming #487072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 38.26%

R = 24.16%
G = 37.58%
B = 38.26%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#487072 (or 0x487072) is known color: Ming. HEX triplet: 48, 70 and 72. RGB value is (72,112,114). Sum of RGB (Red+Green+Blue) = 72+112+114=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #487072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487072 is #B78F8D. Grayscale: #646464. Windows color (decimal): -12029838 or 7499848. OLE color: 7499848.

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

Color convert

RGB 72 112 114 -
CMYK 0.37 0.02 0 0.55
HSL 182.86º 0.23% 0.36% -
HSV(B) 182.86º 0.37% 0.45% -
XYZ 11.5 14.18 18.05 -
YUV 100.27 135.75 107.84 -
System Red Green Blue C M Y K H S L
Decimal 72 112 114 0.37 0.02 0 0.55 182.86 0.23 0.36
Hex 48 70 72 25 2 0 37 B7 17 24
Octal 110 160 162 45 2 0 67 267 27 44
Binary 1001000 1110000 1110010 100101 10 0 110111 10110111 10111 100100

Color Harmonies of #487072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487072

Black with #487072

Text Example


Text Example

White with #487072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487072; }

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

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

background-color css

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

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

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

border-color css

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

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

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