Html Css Color HEX #497678 Ming

📋 copy color: '#497678'

red 73 ◦ green 118 ◦ blue 120

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

Shades of Ming #497678

Tints of Ming #497678

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.94%

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

R = 23.47%
G = 37.94%
B = 38.59%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#497678 (or 0x497678) is known color: Ming. HEX triplet: 49, 76 and 78. RGB value is (73,118,120). Sum of RGB (Red+Green+Blue) = 73+118+120=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 120 - color contains mainly: blue. Hex color #497678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497678 is #B68987. Grayscale: #686868. Windows color (decimal): -11962760 or 7894601. OLE color: 7894601.

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

Color convert

RGB 73 118 120 -
CMYK 0.39 0.02 0 0.53
HSL 182.55º 0.24% 0.38% -
HSV(B) 182.55º 0.39% 0.47% -
XYZ 12.62 15.73 20.14 -
YUV 104.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 73 118 120 0.39 0.02 0 0.53 182.55 0.24 0.38
Hex 49 76 78 27 2 0 35 B7 18 26
Octal 111 166 170 47 2 0 65 267 30 46
Binary 1001001 1110110 1111000 100111 10 0 110101 10110111 11000 100110

Color Harmonies of #497678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497678

Black with #497678

Text Example


Text Example

White with #497678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497678; }

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

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

background-color css

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

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

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

border-color css

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

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

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