Html Css Color HEX #496F73 Ming

📋 copy color: '#496F73'

red 73 ◦ green 111 ◦ blue 115

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

Shades of Ming #496F73

Tints of Ming #496F73

RGB

 RED value IS 73 (28.91% from 255) = 24.41%

 GREEN value IS 111 (43.75% from 255) = 37.12%

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

R = 24.41%
G = 37.12%
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

#496F73 (or 0x496F73) is known color: Ming. HEX triplet: 49, 6F and 73. RGB value is (73,111,115). Sum of RGB (Red+Green+Blue) = 73+111+115=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 111 (43.75% from 255 or 37.12% 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 #496F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F73 is #B6908C. Grayscale: #646464. Windows color (decimal): -11964557 or 7565129. OLE color: 7565129.

HSL color Cylindrical-coordinate representation of color #496F73: hue angle of 185.71º degrees, saturation: 0.22, 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 #496F73 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 111 115 -
CMYK 0.37 0.03 0 0.55
HSL 185.71º 0.22% 0.37% -
HSV(B) 185.71º 0.37% 0.45% -
XYZ 11.53 14.02 18.32 -
YUV 100.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 73 111 115 0.37 0.03 0 0.55 185.71 0.22 0.37
Hex 49 6F 73 25 3 0 37 BA 16 25
Octal 111 157 163 45 3 0 67 272 26 45
Binary 1001001 1101111 1110011 100101 11 0 110111 10111010 10110 100101

Color Harmonies of #496F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F73

Black with #496F73

Text Example


Text Example

White with #496F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496F73; }

 p { color: rgb(73,111,115); }

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

background-color css

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

 a { background-color: rgb(73,111,115); }

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

border-color css

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

 span { border-color: rgb(73,111,115); }

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