Html Css Color HEX #487573 Ming

📋 copy color: '#487573'

red 72 ◦ green 117 ◦ blue 115

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

Shades of Ming #487573

Tints of Ming #487573

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.49%

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 23.68%
G = 38.49%
B = 37.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#487573 (or 0x487573) is known color: Ming. HEX triplet: 48, 75 and 73. RGB value is (72,117,115). Sum of RGB (Red+Green+Blue) = 72+117+115=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 117 - color contains mainly: green. Hex color #487573 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487573 is #B78A8C. Grayscale: #676767. Windows color (decimal): -12028557 or 7566664. OLE color: 7566664.

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

Color convert

RGB 72 117 115 -
CMYK 0.38 0 0.02 0.54
HSL 177.33º 0.24% 0.37% -
HSV(B) 177.33º 0.38% 0.46% -
XYZ 12.13 15.34 18.54 -
YUV 103.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 72 117 115 0.38 0 0.02 0.54 177.33 0.24 0.37
Hex 48 75 73 26 0 2 36 B1 18 25
Octal 110 165 163 46 0 2 66 261 30 45
Binary 1001000 1110101 1110011 100110 0 10 110110 10110001 11000 100101

Color Harmonies of #487573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487573

Black with #487573

Text Example


Text Example

White with #487573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487573; }

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

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

background-color css

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

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

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

border-color css

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

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

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