Html Css Color HEX #487174 Ming

📋 copy color: '#487174'

red 72 ◦ green 113 ◦ blue 116

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

Shades of Ming #487174

Tints of Ming #487174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 23.92%
G = 37.54%
B = 38.54%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#487174 (or 0x487174) is known color: Ming. HEX triplet: 48, 71 and 74. RGB value is (72,113,116). Sum of RGB (Red+Green+Blue) = 72+113+116=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #487174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487174 is #B78E8B. Grayscale: #656565. Windows color (decimal): -12029580 or 7631176. OLE color: 7631176.

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

Color convert

RGB 72 113 116 -
CMYK 0.38 0.03 0 0.55
HSL 184.09º 0.23% 0.37% -
HSV(B) 184.09º 0.38% 0.45% -
XYZ 11.73 14.45 18.69 -
YUV 101.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 72 113 116 0.38 0.03 0 0.55 184.09 0.23 0.37
Hex 48 71 74 26 3 0 37 B8 17 25
Octal 110 161 164 46 3 0 67 270 27 45
Binary 1001000 1110001 1110100 100110 11 0 110111 10111000 10111 100101

Color Harmonies of #487174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487174

Black with #487174

Text Example


Text Example

White with #487174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487174; }

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

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

background-color css

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

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

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

border-color css

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

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

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