Html Css Color HEX #487778 Ming

📋 copy color: '#487778'

red 72 ◦ green 119 ◦ blue 120

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

Shades of Ming #487778

Tints of Ming #487778

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.26%

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

R = 23.15%
G = 38.26%
B = 38.59%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#487778 (or 0x487778) is known color: Ming. HEX triplet: 48, 77 and 78. RGB value is (72,119,120). Sum of RGB (Red+Green+Blue) = 72+119+120=311 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.15% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 120 - color contains mainly: blue. Hex color #487778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487778 is #B78887. Grayscale: #696969. Windows color (decimal): -12028040 or 7894856. OLE color: 7894856.

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

Color convert

RGB 72 119 120 -
CMYK 0.40 0.01 0 0.53
HSL 181.25º 0.25% 0.38% -
HSV(B) 181.25º 0.4% 0.47% -
XYZ 12.66 15.93 20.18 -
YUV 105.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 72 119 120 0.40 0.01 0 0.53 181.25 0.25 0.38
Hex 48 77 78 28 1 0 35 B5 19 26
Octal 110 167 170 50 1 0 65 265 31 46
Binary 1001000 1110111 1111000 101000 1 0 110101 10110101 11001 100110

Color Harmonies of #487778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487778

Black with #487778

Text Example


Text Example

White with #487778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487778; }

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

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

background-color css

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

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

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

border-color css

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

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

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