Html Css Color HEX #487473 Ming

📋 copy color: '#487473'

red 72 ◦ green 116 ◦ blue 115

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

Shades of Ming #487473

Tints of Ming #487473

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.28%

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

R = 23.76%
G = 38.28%
B = 37.95%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#487473 (or 0x487473) is known color: Ming. HEX triplet: 48, 74 and 73. RGB value is (72,116,115). Sum of RGB (Red+Green+Blue) = 72+116+115=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 116 (45.70% from 255 or 38.28% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 116 - color contains mainly: green. Hex color #487473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487473 is #B78B8C. Grayscale: #666666. Windows color (decimal): -12028813 or 7566408. OLE color: 7566408.

HSL color Cylindrical-coordinate representation of color #487473: hue angle of 178.64º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487473 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 116 115 -
CMYK 0.38 0 0.01 0.55
HSL 178.64º 0.23% 0.37% -
HSV(B) 178.64º 0.38% 0.45% -
XYZ 12.01 15.11 18.5 -
YUV 102.73 134.92 106.08 -
System Red Green Blue C M Y K H S L
Decimal 72 116 115 0.38 0 0.01 0.55 178.64 0.23 0.37
Hex 48 74 73 26 0 1 37 B3 17 25
Octal 110 164 163 46 0 1 67 263 27 45
Binary 1001000 1110100 1110011 100110 0 1 110111 10110011 10111 100101

Color Harmonies of #487473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487473

Black with #487473

Text Example


Text Example

White with #487473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487473; }

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

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

background-color css

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

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

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

border-color css

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

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

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