Html Css Color HEX #487377 Ming

📋 copy color: '#487377'

red 72 ◦ green 115 ◦ blue 119

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

Shades of Ming #487377

Tints of Ming #487377

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.58%

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 23.53%
G = 37.58%
B = 38.89%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#487377 (or 0x487377) is known color: Ming. HEX triplet: 48, 73 and 77. RGB value is (72,115,119). Sum of RGB (Red+Green+Blue) = 72+115+119=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 115 (45.31% from 255 or 37.58% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #487377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487377 is #B78C88. Grayscale: #666666. Windows color (decimal): -12029065 or 7828296. OLE color: 7828296.

HSL color Cylindrical-coordinate representation of color #487377: hue angle of 185.11º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487377 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 115 119 -
CMYK 0.39 0.03 0 0.53
HSL 185.11º 0.25% 0.37% -
HSV(B) 185.11º 0.39% 0.47% -
XYZ 12.13 14.97 19.7 -
YUV 102.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 72 115 119 0.39 0.03 0 0.53 185.11 0.25 0.37
Hex 48 73 77 27 3 0 35 B9 19 25
Octal 110 163 167 47 3 0 65 271 31 45
Binary 1001000 1110011 1110111 100111 11 0 110101 10111001 11001 100101

Color Harmonies of #487377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487377

Black with #487377

Text Example


Text Example

White with #487377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487377; }

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

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

background-color css

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

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

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

border-color css

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

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

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