Html Css Color HEX #487275 Ming

📋 copy color: '#487275'

red 72 ◦ green 114 ◦ blue 117

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

Shades of Ming #487275

Tints of Ming #487275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 38.61%

R = 23.76%
G = 37.62%
B = 38.61%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#487275 (or 0x487275) is known color: Ming. HEX triplet: 48, 72 and 75. RGB value is (72,114,117). Sum of RGB (Red+Green+Blue) = 72+114+117=303 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.76% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 117 - color contains mainly: blue. Hex color #487275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487275 is #B78D8A. Grayscale: #656565. Windows color (decimal): -12029323 or 7696968. OLE color: 7696968.

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

Color convert

RGB 72 114 117 -
CMYK 0.38 0.03 0 0.54
HSL 184º 0.24% 0.37% -
HSV(B) 184º 0.38% 0.46% -
XYZ 11.9 14.7 19.04 -
YUV 101.78 136.59 106.76 -
System Red Green Blue C M Y K H S L
Decimal 72 114 117 0.38 0.03 0 0.54 184 0.24 0.37
Hex 48 72 75 26 3 0 36 B8 18 25
Octal 110 162 165 46 3 0 66 270 30 45
Binary 1001000 1110010 1110101 100110 11 0 110110 10111000 11000 100101

Color Harmonies of #487275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487275

Black with #487275

Text Example


Text Example

White with #487275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487275; }

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

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

background-color css

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

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

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

border-color css

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

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

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