Html Css Color HEX #487274 Ming

📋 copy color: '#487274'

red 72 ◦ green 114 ◦ blue 116

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

Shades of Ming #487274

Tints of Ming #487274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.41%

R = 23.84%
G = 37.75%
B = 38.41%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#487274 (or 0x487274) is known color: Ming. HEX triplet: 48, 72 and 74. RGB value is (72,114,116). Sum of RGB (Red+Green+Blue) = 72+114+116=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 116 - color contains mainly: blue. Hex color #487274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487274 is #B78D8B. Grayscale: #656565. Windows color (decimal): -12029324 or 7631432. OLE color: 7631432.

HSL color Cylindrical-coordinate representation of color #487274: hue angle of 182.73º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #487274 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 114 116 -
CMYK 0.38 0.02 0 0.55
HSL 182.73º 0.23% 0.37% -
HSV(B) 182.73º 0.38% 0.45% -
XYZ 11.84 14.67 18.73 -
YUV 101.67 136.09 106.84 -
System Red Green Blue C M Y K H S L
Decimal 72 114 116 0.38 0.02 0 0.55 182.73 0.23 0.37
Hex 48 72 74 26 2 0 37 B7 17 25
Octal 110 162 164 46 2 0 67 267 27 45
Binary 1001000 1110010 1110100 100110 10 0 110111 10110111 10111 100101

Color Harmonies of #487274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487274

Black with #487274

Text Example


Text Example

White with #487274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487274; }

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

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

background-color css

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

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

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

border-color css

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

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

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