Html Css Color HEX #487277 Ming

📋 copy color: '#487277'

red 72 ◦ green 114 ◦ blue 119

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

Shades of Ming #487277

Tints of Ming #487277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.02%

R = 23.61%
G = 37.38%
B = 39.02%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#487277 (or 0x487277) is known color: Ming. HEX triplet: 48, 72 and 77. RGB value is (72,114,119). Sum of RGB (Red+Green+Blue) = 72+114+119=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 119 - color contains mainly: blue. Hex color #487277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487277 is #B78D88. Grayscale: #656565. Windows color (decimal): -12029321 or 7828040. OLE color: 7828040.

HSL color Cylindrical-coordinate representation of color #487277: hue angle of 186.38º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #487277 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 114 119 -
CMYK 0.39 0.04 0 0.53
HSL 186.38º 0.25% 0.37% -
HSV(B) 186.38º 0.39% 0.47% -
XYZ 12.02 14.74 19.67 -
YUV 102.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 72 114 119 0.39 0.04 0 0.53 186.38 0.25 0.37
Hex 48 72 77 27 4 0 35 BA 19 25
Octal 110 162 167 47 4 0 65 272 31 45
Binary 1001000 1110010 1110111 100111 100 0 110101 10111010 11001 100101

Color Harmonies of #487277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487277

Black with #487277

Text Example


Text Example

White with #487277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487277; }

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

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

background-color css

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

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

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

border-color css

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

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

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