Html Css Color HEX #487678 Ming

📋 copy color: '#487678'

red 72 ◦ green 118 ◦ blue 120

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

Shades of Ming #487678

Tints of Ming #487678

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.06%

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

R = 23.23%
G = 38.06%
B = 38.71%

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

#487678 (or 0x487678) is known color: Ming. HEX triplet: 48, 76 and 78. RGB value is (72,118,120). Sum of RGB (Red+Green+Blue) = 72+118+120=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 120 (47.27% from 255 or 38.71% from 310); Max value from RGB is 120 - color contains mainly: blue. Hex color #487678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487678 is #B78987. Grayscale: #686868. Windows color (decimal): -12028296 or 7894600. OLE color: 7894600.

HSL color Cylindrical-coordinate representation of color #487678: hue angle of 182.5º 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 #487678 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 118 120 -
CMYK 0.40 0.02 0 0.53
HSL 182.5º 0.25% 0.38% -
HSV(B) 182.5º 0.4% 0.47% -
XYZ 12.54 15.69 20.14 -
YUV 104.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 72 118 120 0.40 0.02 0 0.53 182.5 0.25 0.38
Hex 48 76 78 28 2 0 35 B6 19 26
Octal 110 166 170 50 2 0 65 266 31 46
Binary 1001000 1110110 1111000 101000 10 0 110101 10110110 11001 100110

Color Harmonies of #487678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487678

Black with #487678

Text Example


Text Example

White with #487678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487678; }

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

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

background-color css

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

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

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

border-color css

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

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

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