Html Css Color HEX #497477 Ming

📋 copy color: '#497477'

red 73 ◦ green 116 ◦ blue 119

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

Shades of Ming #497477

Tints of Ming #497477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.66%

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

R = 23.7%
G = 37.66%
B = 38.64%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#497477 (or 0x497477) is known color: Ming. HEX triplet: 49, 74 and 77. RGB value is (73,116,119). Sum of RGB (Red+Green+Blue) = 73+116+119=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #497477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497477 is #B68B88. Grayscale: #676767. Windows color (decimal): -11963273 or 7828553. OLE color: 7828553.

HSL color Cylindrical-coordinate representation of color #497477: hue angle of 183.91º 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 #497477 is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 73 116 119 -
CMYK 0.39 0.03 0 0.53
HSL 183.91º 0.24% 0.38% -
HSV(B) 183.91º 0.39% 0.47% -
XYZ 12.32 15.24 19.74 -
YUV 103.49 136.75 106.26 -
System Red Green Blue C M Y K H S L
Decimal 73 116 119 0.39 0.03 0 0.53 183.91 0.24 0.38
Hex 49 74 77 27 3 0 35 B8 18 26
Octal 111 164 167 47 3 0 65 270 30 46
Binary 1001001 1110100 1110111 100111 11 0 110101 10111000 11000 100110

Color Harmonies of #497477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497477

Black with #497477

Text Example


Text Example

White with #497477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497477; }

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

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

background-color css

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

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

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

border-color css

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

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

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