Html Css Color HEX #497278 Ming

📋 copy color: '#497278'

red 73 ◦ green 114 ◦ blue 120

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

Shades of Ming #497278

Tints of Ming #497278

RGB

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

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

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

R = 23.78%
G = 37.13%
B = 39.09%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#497278 (or 0x497278) is known color: Ming. HEX triplet: 49, 72 and 78. RGB value is (73,114,120). Sum of RGB (Red+Green+Blue) = 73+114+120=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #497278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497278 is #B68D87. Grayscale: #666666. Windows color (decimal): -11963784 or 7893577. OLE color: 7893577.

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

Color convert

RGB 73 114 120 -
CMYK 0.39 0.05 0 0.53
HSL 187.66º 0.24% 0.38% -
HSV(B) 187.66º 0.39% 0.47% -
XYZ 12.16 14.81 19.99 -
YUV 102.43 137.92 107.01 -
System Red Green Blue C M Y K H S L
Decimal 73 114 120 0.39 0.05 0 0.53 187.66 0.24 0.38
Hex 49 72 78 27 5 0 35 BC 18 26
Octal 111 162 170 47 5 0 65 274 30 46
Binary 1001001 1110010 1111000 100111 101 0 110101 10111100 11000 100110

Color Harmonies of #497278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497278

Black with #497278

Text Example


Text Example

White with #497278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497278; }

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

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

background-color css

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

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

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

border-color css

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

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

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