Html Css Color HEX #497478 Ming

📋 copy color: '#497478'

red 73 ◦ green 116 ◦ blue 120

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

Shades of Ming #497478

Tints of Ming #497478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 38.83%

R = 23.62%
G = 37.54%
B = 38.83%

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

#497478 (or 0x497478) is known color: Ming. HEX triplet: 49, 74 and 78. RGB value is (73,116,120). Sum of RGB (Red+Green+Blue) = 73+116+120=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #497478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497478 is #B68B87. Grayscale: #676767. Windows color (decimal): -11963272 or 7894089. OLE color: 7894089.

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

Color convert

RGB 73 116 120 -
CMYK 0.39 0.03 0 0.53
HSL 185.11º 0.24% 0.38% -
HSV(B) 185.11º 0.39% 0.47% -
XYZ 12.38 15.26 20.06 -
YUV 103.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 73 116 120 0.39 0.03 0 0.53 185.11 0.24 0.38
Hex 49 74 78 27 3 0 35 B9 18 26
Octal 111 164 170 47 3 0 65 271 30 46
Binary 1001001 1110100 1111000 100111 11 0 110101 10111001 11000 100110

Color Harmonies of #497478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497478

Black with #497478

Text Example


Text Example

White with #497478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497478; }

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

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

background-color css

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

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

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

border-color css

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

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

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