Html Css Color HEX #497879 Ming

📋 copy color: '#497879'

red 73 ◦ green 120 ◦ blue 121

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

Shades of Ming #497879

Tints of Ming #497879

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.22%

 BLUE value IS 121 (47.66% from 255) = 38.54%

R = 23.25%
G = 38.22%
B = 38.54%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#497879 (or 0x497879) is known color: Ming. HEX triplet: 49, 78 and 79. RGB value is (73,120,121). Sum of RGB (Red+Green+Blue) = 73+120+121=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #497879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497879 is #B68786. Grayscale: #6A6A6A. Windows color (decimal): -11962247 or 7960649. OLE color: 7960649.

HSL color Cylindrical-coordinate representation of color #497879: hue angle of 181.25º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497879 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 120 121 -
CMYK 0.40 0.01 0 0.53
HSL 181.25º 0.25% 0.38% -
HSV(B) 181.25º 0.4% 0.47% -
XYZ 12.92 16.23 20.54 -
YUV 106.06 136.43 104.42 -
System Red Green Blue C M Y K H S L
Decimal 73 120 121 0.40 0.01 0 0.53 181.25 0.25 0.38
Hex 49 78 79 28 1 0 35 B5 19 26
Octal 111 170 171 50 1 0 65 265 31 46
Binary 1001001 1111000 1111001 101000 1 0 110101 10110101 11001 100110

Color Harmonies of #497879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497879

Black with #497879

Text Example


Text Example

White with #497879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497879; }

 p { color: rgb(73,120,121); }

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

background-color css

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

 a { background-color: rgb(73,120,121); }

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

border-color css

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

 span { border-color: rgb(73,120,121); }

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