Html Css Color HEX #497274 Ming

📋 copy color: '#497274'

red 73 ◦ green 114 ◦ blue 116

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

Shades of Ming #497274

Tints of Ming #497274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 24.09%
G = 37.62%
B = 38.28%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#497274 (or 0x497274) is known color: Ming. HEX triplet: 49, 72 and 74. RGB value is (73,114,116). Sum of RGB (Red+Green+Blue) = 73+114+116=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 116 - color contains mainly: blue. Hex color #497274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497274 is #B68D8B. Grayscale: #656565. Windows color (decimal): -11963788 or 7631433. OLE color: 7631433.

HSL color Cylindrical-coordinate representation of color #497274: hue angle of 182.79º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497274 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 73 114 116 -
CMYK 0.37 0.02 0 0.55
HSL 182.79º 0.23% 0.37% -
HSV(B) 182.79º 0.37% 0.45% -
XYZ 11.92 14.71 18.73 -
YUV 101.97 135.92 107.34 -
System Red Green Blue C M Y K H S L
Decimal 73 114 116 0.37 0.02 0 0.55 182.79 0.23 0.37
Hex 49 72 74 25 2 0 37 B7 17 25
Octal 111 162 164 45 2 0 67 267 27 45
Binary 1001001 1110010 1110100 100101 10 0 110111 10110111 10111 100101

Color Harmonies of #497274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497274

Black with #497274

Text Example


Text Example

White with #497274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497274; }

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

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

background-color css

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

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

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

border-color css

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

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

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