Html Css Color HEX #487378 Ming

📋 copy color: '#487378'

red 72 ◦ green 115 ◦ blue 120

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

Shades of Ming #487378

Tints of Ming #487378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.46%

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

R = 23.45%
G = 37.46%
B = 39.09%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#487378 (or 0x487378) is known color: Ming. HEX triplet: 48, 73 and 78. RGB value is (72,115,120). Sum of RGB (Red+Green+Blue) = 72+115+120=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 115 (45.31% from 255 or 37.46% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #487378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487378 is #B78C87. Grayscale: #666666. Windows color (decimal): -12029064 or 7893832. OLE color: 7893832.

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

Color convert

RGB 72 115 120 -
CMYK 0.40 0.04 0 0.53
HSL 186.25º 0.25% 0.38% -
HSV(B) 186.25º 0.4% 0.47% -
XYZ 12.19 15 20.02 -
YUV 102.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 72 115 120 0.40 0.04 0 0.53 186.25 0.25 0.38
Hex 48 73 78 28 4 0 35 BA 19 26
Octal 110 163 170 50 4 0 65 272 31 46
Binary 1001000 1110011 1111000 101000 100 0 110101 10111010 11001 100110

Color Harmonies of #487378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487378

Black with #487378

Text Example


Text Example

White with #487378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487378; }

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

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

background-color css

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

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

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

border-color css

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

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

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