Html Css Color HEX #48706F Ming

📋 copy color: '#48706F'

red 72 ◦ green 112 ◦ blue 111

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

Shades of Ming #48706F

Tints of Ming #48706F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 24.41%
G = 37.97%
B = 37.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#48706F (or 0x48706F) is known color: Ming. HEX triplet: 48, 70 and 6F. RGB value is (72,112,111). Sum of RGB (Red+Green+Blue) = 72+112+111=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #48706F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48706F is #B78F90. Grayscale: #636363. Windows color (decimal): -12029841 or 7303240. OLE color: 7303240.

HSL color Cylindrical-coordinate representation of color #48706F: hue angle of 178.5º 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 #48706F is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 112 111 -
CMYK 0.36 0 0.01 0.56
HSL 178.5º 0.22% 0.36% -
HSV(B) 178.5º 0.36% 0.44% -
XYZ 11.34 14.11 17.17 -
YUV 99.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 72 112 111 0.36 0 0.01 0.56 178.5 0.22 0.36
Hex 48 70 6F 24 0 1 38 B2 16 24
Octal 110 160 157 44 0 1 70 262 26 44
Binary 1001000 1110000 1101111 100100 0 1 111000 10110010 10110 100100

Color Harmonies of #48706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48706F

Black with #48706F

Text Example


Text Example

White with #48706F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48706F; }

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

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

background-color css

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

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

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

border-color css

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

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

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