Html Css Color HEX #497777 Ming

📋 copy color: '#497777'

red 73 ◦ green 119 ◦ blue 119

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

Shades of Ming #497777

Tints of Ming #497777

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.26%

 BLUE value IS 119 (46.88% from 255) = 38.26%

R = 23.47%
G = 38.26%
B = 38.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#497777 (or 0x497777) is known color: Ming. HEX triplet: 49, 77 and 77. RGB value is (73,119,119). Sum of RGB (Red+Green+Blue) = 73+119+119=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 119 (46.88% from 255 or 38.26% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #497777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497777 is #B68888. Grayscale: #696969. Windows color (decimal): -11962505 or 7829321. OLE color: 7829321.

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

Color convert

RGB 73 119 119 -
CMYK 0.39 0 0 0.53
HSL 180º 0.24% 0.38% -
HSV(B) 180º 0.39% 0.47% -
XYZ 12.67 15.94 19.86 -
YUV 105.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 73 119 119 0.39 0 0 0.53 180 0.24 0.38
Hex 49 77 77 27 0 0 35 B4 18 26
Octal 111 167 167 47 0 0 65 264 30 46
Binary 1001001 1110111 1110111 100111 0 0 110101 10110100 11000 100110

Color Harmonies of #497777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497777

Black with #497777

Text Example


Text Example

White with #497777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497777; }

 p { color: rgb(73,119,119); }

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

background-color css

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

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

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

border-color css

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

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

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