Html Css Color HEX #486E71 Ming

📋 copy color: '#486E71'

red 72 ◦ green 110 ◦ blue 113

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

Shades of Ming #486E71

Tints of Ming #486E71

RGB

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

 GREEN value IS 110 (43.36% from 255) = 37.29%

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

R = 24.41%
G = 37.29%
B = 38.31%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#486E71 (or 0x486E71) is known color: Ming. HEX triplet: 48, 6E and 71. RGB value is (72,110,113). Sum of RGB (Red+Green+Blue) = 72+110+113=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 113 - color contains mainly: blue. Hex color #486E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486E71 is #B7918E. Grayscale: #626262. Windows color (decimal): -12030351 or 7433800. OLE color: 7433800.

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

Color convert

RGB 72 110 113 -
CMYK 0.36 0.03 0 0.56
HSL 184.39º 0.22% 0.36% -
HSV(B) 184.39º 0.36% 0.44% -
XYZ 11.23 13.72 17.68 -
YUV 98.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 72 110 113 0.36 0.03 0 0.56 184.39 0.22 0.36
Hex 48 6E 71 24 3 0 38 B8 16 24
Octal 110 156 161 44 3 0 70 270 26 44
Binary 1001000 1101110 1110001 100100 11 0 111000 10111000 10110 100100

Color Harmonies of #486E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E71

Black with #486E71

Text Example


Text Example

White with #486E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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