Html Css Color HEX #486F75 Ming

📋 copy color: '#486F75'

red 72 ◦ green 111 ◦ blue 117

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

Shades of Ming #486F75

Tints of Ming #486F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 39%

R = 24%
G = 37%
B = 39%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#486F75 (or 0x486F75) is known color: Ming. HEX triplet: 48, 6F and 75. RGB value is (72,111,117). Sum of RGB (Red+Green+Blue) = 72+111+117=300 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 117 (46.09% from 255 or 39% from 300); Max value from RGB is 117 - color contains mainly: blue. Hex color #486F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486F75 is #B7908A. Grayscale: #636363. Windows color (decimal): -12030091 or 7696200. OLE color: 7696200.

HSL color Cylindrical-coordinate representation of color #486F75: hue angle of 188º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486F75 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 111 117 -
CMYK 0.38 0.05 0 0.54
HSL 188º 0.24% 0.37% -
HSV(B) 188º 0.38% 0.46% -
XYZ 11.57 14.03 18.93 -
YUV 100.02 137.58 108.01 -
System Red Green Blue C M Y K H S L
Decimal 72 111 117 0.38 0.05 0 0.54 188 0.24 0.37
Hex 48 6F 75 26 5 0 36 BC 18 25
Octal 110 157 165 46 5 0 66 274 30 45
Binary 1001000 1101111 1110101 100110 101 0 110110 10111100 11000 100101

Color Harmonies of #486F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486F75

Black with #486F75

Text Example


Text Example

White with #486F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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