Html Css Color HEX #487075 Ming

📋 copy color: '#487075'

red 72 ◦ green 112 ◦ blue 117

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

Shades of Ming #487075

Tints of Ming #487075

RGB

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

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

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

R = 23.92%
G = 37.21%
B = 38.87%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#487075 (or 0x487075) is known color: Ming. HEX triplet: 48, 70 and 75. RGB value is (72,112,117). Sum of RGB (Red+Green+Blue) = 72+112+117=301 (39% of max value = 765). Red value is 72 (28.52% from 255 or 23.92% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #487075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487075 is #B78F8A. Grayscale: #646464. Windows color (decimal): -12029835 or 7696456. OLE color: 7696456.

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

Color convert

RGB 72 112 117 -
CMYK 0.38 0.04 0 0.54
HSL 186.67º 0.24% 0.37% -
HSV(B) 186.67º 0.38% 0.46% -
XYZ 11.68 14.25 18.96 -
YUV 100.61 137.25 107.59 -
System Red Green Blue C M Y K H S L
Decimal 72 112 117 0.38 0.04 0 0.54 186.67 0.24 0.37
Hex 48 70 75 26 4 0 36 BB 18 25
Octal 110 160 165 46 4 0 66 273 30 45
Binary 1001000 1110000 1110101 100110 100 0 110110 10111011 11000 100101

Color Harmonies of #487075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487075

Black with #487075

Text Example


Text Example

White with #487075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487075; }

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

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

background-color css

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

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

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

border-color css

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

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

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