Html Css Color HEX #487278 Ming

📋 copy color: '#487278'

red 72 ◦ green 114 ◦ blue 120

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

Shades of Ming #487278

Tints of Ming #487278

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.25%

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

R = 23.53%
G = 37.25%
B = 39.22%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#487278 (or 0x487278) is known color: Ming. HEX triplet: 48, 72 and 78. RGB value is (72,114,120). Sum of RGB (Red+Green+Blue) = 72+114+120=306 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.53% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #487278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487278 is #B78D87. Grayscale: #666666. Windows color (decimal): -12029320 or 7893576. OLE color: 7893576.

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

Color convert

RGB 72 114 120 -
CMYK 0.40 0.05 0 0.53
HSL 187.5º 0.25% 0.38% -
HSV(B) 187.5º 0.4% 0.47% -
XYZ 12.08 14.77 19.98 -
YUV 102.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 72 114 120 0.40 0.05 0 0.53 187.5 0.25 0.38
Hex 48 72 78 28 5 0 35 BC 19 26
Octal 110 162 170 50 5 0 65 274 31 46
Binary 1001000 1110010 1111000 101000 101 0 110101 10111100 11001 100110

Color Harmonies of #487278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487278

Black with #487278

Text Example


Text Example

White with #487278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487278; }

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

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

background-color css

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

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

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

border-color css

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

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

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