Html Css Color HEX #487578 Ming

📋 copy color: '#487578'

red 72 ◦ green 117 ◦ blue 120

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

Shades of Ming #487578

Tints of Ming #487578

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.86%

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 23.3%
G = 37.86%
B = 38.83%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#487578 (or 0x487578) is known color: Ming. HEX triplet: 48, 75 and 78. RGB value is (72,117,120). Sum of RGB (Red+Green+Blue) = 72+117+120=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #487578 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487578 is #B78A87. Grayscale: #676767. Windows color (decimal): -12028552 or 7894344. OLE color: 7894344.

HSL color Cylindrical-coordinate representation of color #487578: hue angle of 183.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #487578 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 117 120 -
CMYK 0.40 0.02 0 0.53
HSL 183.75º 0.25% 0.38% -
HSV(B) 183.75º 0.4% 0.47% -
XYZ 12.42 15.46 20.1 -
YUV 103.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 72 117 120 0.40 0.02 0 0.53 183.75 0.25 0.38
Hex 48 75 78 28 2 0 35 B8 19 26
Octal 110 165 170 50 2 0 65 270 31 46
Binary 1001000 1110101 1111000 101000 10 0 110101 10111000 11001 100110

Color Harmonies of #487578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487578

Black with #487578

Text Example


Text Example

White with #487578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487578; }

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

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

background-color css

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

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

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

border-color css

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

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

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