Html Css Color HEX #497275 Ming

📋 copy color: '#497275'

red 73 ◦ green 114 ◦ blue 117

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

Shades of Ming #497275

Tints of Ming #497275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.5%

 BLUE value IS 117 (46.09% from 255) = 38.49%

R = 24.01%
G = 37.5%
B = 38.49%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#497275 (or 0x497275) is known color: Ming. HEX triplet: 49, 72 and 75. RGB value is (73,114,117). Sum of RGB (Red+Green+Blue) = 73+114+117=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 117 - color contains mainly: blue. Hex color #497275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497275 is #B68D8A. Grayscale: #666666. Windows color (decimal): -11963787 or 7696969. OLE color: 7696969.

HSL color Cylindrical-coordinate representation of color #497275: hue angle of 184.09º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497275 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 73 114 117 -
CMYK 0.38 0.03 0 0.54
HSL 184.09º 0.23% 0.37% -
HSV(B) 184.09º 0.38% 0.46% -
XYZ 11.98 14.74 19.04 -
YUV 102.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 73 114 117 0.38 0.03 0 0.54 184.09 0.23 0.37
Hex 49 72 75 26 3 0 36 B8 17 25
Octal 111 162 165 46 3 0 66 270 27 45
Binary 1001001 1110010 1110101 100110 11 0 110110 10111000 10111 100101

Color Harmonies of #497275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497275

Black with #497275

Text Example


Text Example

White with #497275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497275; }

 p { color: rgb(73,114,117); }

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

background-color css

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

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

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

border-color css

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

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

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