Html Css Color HEX #496F70 Ming

📋 copy color: '#496F70'

red 73 ◦ green 111 ◦ blue 112

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

Shades of Ming #496F70

Tints of Ming #496F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.84%

R = 24.66%
G = 37.5%
B = 37.84%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#496F70 (or 0x496F70) is known color: Ming. HEX triplet: 49, 6F and 70. RGB value is (73,111,112). Sum of RGB (Red+Green+Blue) = 73+111+112=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #496F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F70 is #B6908F. Grayscale: #636363. Windows color (decimal): -11964560 or 7368521. OLE color: 7368521.

HSL color Cylindrical-coordinate representation of color #496F70: hue angle of 181.54º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496F70 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 73 111 112 -
CMYK 0.35 0.01 0 0.56
HSL 181.54º 0.21% 0.36% -
HSV(B) 181.54º 0.35% 0.44% -
XYZ 11.36 13.96 17.42 -
YUV 99.75 134.91 108.92 -
System Red Green Blue C M Y K H S L
Decimal 73 111 112 0.35 0.01 0 0.56 181.54 0.21 0.36
Hex 49 6F 70 23 1 0 38 B6 15 24
Octal 111 157 160 43 1 0 70 266 25 44
Binary 1001001 1101111 1110000 100011 1 0 111000 10110110 10101 100100

Color Harmonies of #496F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496F70

Black with #496F70

Text Example


Text Example

White with #496F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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