Html Css Color HEX #486F72 Ming

📋 copy color: '#486F72'

red 72 ◦ green 111 ◦ blue 114

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

Shades of Ming #486F72

Tints of Ming #486F72

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.37%

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

R = 24.24%
G = 37.37%
B = 38.38%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#486F72 (or 0x486F72) is known color: Ming. HEX triplet: 48, 6F and 72. RGB value is (72,111,114). Sum of RGB (Red+Green+Blue) = 72+111+114=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 114 (44.92% from 255 or 38.38% from 297); Max value from RGB is 114 - color contains mainly: blue. Hex color #486F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F72 is #B7908D. Grayscale: #636363. Windows color (decimal): -12030094 or 7499592. OLE color: 7499592.

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

Color convert

RGB 72 111 114 -
CMYK 0.37 0.03 0 0.55
HSL 184.29º 0.23% 0.36% -
HSV(B) 184.29º 0.37% 0.45% -
XYZ 11.39 13.96 18.01 -
YUV 99.68 136.08 108.26 -
System Red Green Blue C M Y K H S L
Decimal 72 111 114 0.37 0.03 0 0.55 184.29 0.23 0.36
Hex 48 6F 72 25 3 0 37 B8 17 24
Octal 110 157 162 45 3 0 67 270 27 44
Binary 1001000 1101111 1110010 100101 11 0 110111 10111000 10111 100100

Color Harmonies of #486F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F72

Black with #486F72

Text Example


Text Example

White with #486F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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