Html Css Color HEX #487076 Ming

📋 copy color: '#487076'

red 72 ◦ green 112 ◦ blue 118

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

Shades of Ming #487076

Tints of Ming #487076

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.09%

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

R = 23.84%
G = 37.09%
B = 39.07%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#487076 (or 0x487076) is known color: Ming. HEX triplet: 48, 70 and 76. RGB value is (72,112,118). Sum of RGB (Red+Green+Blue) = 72+112+118=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 118 (46.48% from 255 or 39.07% from 302); Max value from RGB is 118 - color contains mainly: blue. Hex color #487076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487076 is #B78F89. Grayscale: #646464. Windows color (decimal): -12029834 or 7761992. OLE color: 7761992.

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

Color convert

RGB 72 112 118 -
CMYK 0.39 0.05 0 0.54
HSL 187.83º 0.24% 0.37% -
HSV(B) 187.83º 0.39% 0.46% -
XYZ 11.74 14.27 19.28 -
YUV 100.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 72 112 118 0.39 0.05 0 0.54 187.83 0.24 0.37
Hex 48 70 76 27 5 0 36 BC 18 25
Octal 110 160 166 47 5 0 66 274 30 45
Binary 1001000 1110000 1110110 100111 101 0 110110 10111100 11000 100101

Color Harmonies of #487076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487076

Black with #487076

Text Example


Text Example

White with #487076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487076; }

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

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

background-color css

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

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

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

border-color css

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

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

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