Html Css Color HEX #487073 Ming

📋 copy color: '#487073'

red 72 ◦ green 112 ◦ blue 115

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

Shades of Ming #487073

Tints of Ming #487073

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.46%

 BLUE value IS 115 (45.31% from 255) = 38.46%

R = 24.08%
G = 37.46%
B = 38.46%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#487073 (or 0x487073) is known color: Ming. HEX triplet: 48, 70 and 73. RGB value is (72,112,115). Sum of RGB (Red+Green+Blue) = 72+112+115=299 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.08% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 115 - color contains mainly: blue. Hex color #487073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487073 is #B78F8C. Grayscale: #646464. Windows color (decimal): -12029837 or 7565384. OLE color: 7565384.

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

Color convert

RGB 72 112 115 -
CMYK 0.37 0.03 0 0.55
HSL 184.19º 0.23% 0.37% -
HSV(B) 184.19º 0.37% 0.45% -
XYZ 11.56 14.2 18.35 -
YUV 100.38 136.25 107.76 -
System Red Green Blue C M Y K H S L
Decimal 72 112 115 0.37 0.03 0 0.55 184.19 0.23 0.37
Hex 48 70 73 25 3 0 37 B8 17 25
Octal 110 160 163 45 3 0 67 270 27 45
Binary 1001000 1110000 1110011 100101 11 0 110111 10111000 10111 100101

Color Harmonies of #487073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487073

Black with #487073

Text Example


Text Example

White with #487073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487073; }

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

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

background-color css

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

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

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

border-color css

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

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

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