Html Css Color HEX #487475 Ming

📋 copy color: '#487475'

red 72 ◦ green 116 ◦ blue 117

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

Shades of Ming #487475

Tints of Ming #487475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 38.03%

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

R = 23.61%
G = 38.03%
B = 38.36%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#487475 (or 0x487475) is known color: Ming. HEX triplet: 48, 74 and 75. RGB value is (72,116,117). Sum of RGB (Red+Green+Blue) = 72+116+117=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 116 (45.70% from 255 or 38.03% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #487475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487475 is #B78B8A. Grayscale: #666666. Windows color (decimal): -12028811 or 7697480. OLE color: 7697480.

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

Color convert

RGB 72 116 117 -
CMYK 0.38 0.01 0 0.54
HSL 181.33º 0.24% 0.37% -
HSV(B) 181.33º 0.38% 0.46% -
XYZ 12.13 15.15 19.12 -
YUV 102.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 72 116 117 0.38 0.01 0 0.54 181.33 0.24 0.37
Hex 48 74 75 26 1 0 36 B5 18 25
Octal 110 164 165 46 1 0 66 265 30 45
Binary 1001000 1110100 1110101 100110 1 0 110110 10110101 11000 100101

Color Harmonies of #487475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487475

Black with #487475

Text Example


Text Example

White with #487475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487475; }

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

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

background-color css

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

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

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

border-color css

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

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

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