Html Css Color HEX #487170 Ming

📋 copy color: '#487170'

red 72 ◦ green 113 ◦ blue 112

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

Shades of Ming #487170

Tints of Ming #487170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

 BLUE value IS 112 (44.14% from 255) = 37.71%

R = 24.24%
G = 38.05%
B = 37.71%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#487170 (or 0x487170) is known color: Ming. HEX triplet: 48, 71 and 70. RGB value is (72,113,112). Sum of RGB (Red+Green+Blue) = 72+113+112=297 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.24% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #487170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487170 is #B78E8F. Grayscale: #646464. Windows color (decimal): -12029584 or 7369032. OLE color: 7369032.

HSL color Cylindrical-coordinate representation of color #487170: hue angle of 178.54º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #487170 is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 72 113 112 -
CMYK 0.36 0 0.01 0.56
HSL 178.54º 0.22% 0.36% -
HSV(B) 178.54º 0.36% 0.44% -
XYZ 11.5 14.36 17.49 -
YUV 100.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 72 113 112 0.36 0 0.01 0.56 178.54 0.22 0.36
Hex 48 71 70 24 0 1 38 B3 16 24
Octal 110 161 160 44 0 1 70 263 26 44
Binary 1001000 1110001 1110000 100100 0 1 111000 10110011 10110 100100

Color Harmonies of #487170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487170

Black with #487170

Text Example


Text Example

White with #487170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487170; }

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

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

background-color css

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

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

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

border-color css

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

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

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