Html Css Color HEX #487273 Ming

📋 copy color: '#487273'

red 72 ◦ green 114 ◦ blue 115

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

Shades of Ming #487273

Tints of Ming #487273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.87%

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

R = 23.92%
G = 37.87%
B = 38.21%

CMYK

 C value IS 0.37

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#487273 (or 0x487273) is known color: Ming. HEX triplet: 48, 72 and 73. RGB value is (72,114,115). Sum of RGB (Red+Green+Blue) = 72+114+115=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 114 (44.92% from 255 or 37.87% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #487273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487273 is #B78D8C. Grayscale: #656565. Windows color (decimal): -12029325 or 7565896. OLE color: 7565896.

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

Color convert

RGB 72 114 115 -
CMYK 0.37 0.01 0 0.55
HSL 181.4º 0.23% 0.37% -
HSV(B) 181.4º 0.37% 0.45% -
XYZ 11.78 14.65 18.43 -
YUV 101.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 72 114 115 0.37 0.01 0 0.55 181.4 0.23 0.37
Hex 48 72 73 25 1 0 37 B5 17 25
Octal 110 162 163 45 1 0 67 265 27 45
Binary 1001000 1110010 1110011 100101 1 0 110111 10110101 10111 100101

Color Harmonies of #487273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487273

Black with #487273

Text Example


Text Example

White with #487273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487273; }

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

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

background-color css

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

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

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

border-color css

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

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

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