Html Css Color HEX #487276 Ming

📋 copy color: '#487276'

red 72 ◦ green 114 ◦ blue 118

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

Shades of Ming #487276

Tints of Ming #487276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.82%

R = 23.68%
G = 37.5%
B = 38.82%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#487276 (or 0x487276) is known color: Ming. HEX triplet: 48, 72 and 76. RGB value is (72,114,118). Sum of RGB (Red+Green+Blue) = 72+114+118=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #487276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487276 is #B78D89. Grayscale: #656565. Windows color (decimal): -12029322 or 7762504. OLE color: 7762504.

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

Color convert

RGB 72 114 118 -
CMYK 0.39 0.03 0 0.54
HSL 185.22º 0.24% 0.37% -
HSV(B) 185.22º 0.39% 0.46% -
XYZ 11.96 14.72 19.35 -
YUV 101.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 72 114 118 0.39 0.03 0 0.54 185.22 0.24 0.37
Hex 48 72 76 27 3 0 36 B9 18 25
Octal 110 162 166 47 3 0 66 271 30 45
Binary 1001000 1110010 1110110 100111 11 0 110110 10111001 11000 100101

Color Harmonies of #487276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487276

Black with #487276

Text Example


Text Example

White with #487276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487276; }

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

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

background-color css

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

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

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

border-color css

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

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

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