Html Css Color HEX #494050 Jagger

📋 copy color: '#494050'

red 73 ◦ green 64 ◦ blue 80

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

Shades of Jagger #494050

Tints of Jagger #494050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.49%

 BLUE value IS 80 (31.64% from 255) = 36.87%

R = 33.64%
G = 29.49%
B = 36.87%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#494050 (or 0x494050) is known color: Jagger. HEX triplet: 49, 40 and 50. RGB value is (73,64,80). Sum of RGB (Red+Green+Blue) = 73+64+80=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #494050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494050 is #B6BFAF. Grayscale: #444444. Windows color (decimal): -11976624 or 5259337. OLE color: 5259337.

HSL color Cylindrical-coordinate representation of color #494050: hue angle of 273.75º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #494050 is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 73 64 80 -
CMYK 0.09 0.20 0 0.69
HSL 273.75º 0.11% 0.28% -
HSV(B) 273.75º 0.2% 0.31% -
XYZ 6.03 5.66 8.36 -
YUV 68.52 134.48 131.2 -
System Red Green Blue C M Y K H S L
Decimal 73 64 80 0.09 0.20 0 0.69 273.75 0.11 0.28
Hex 49 40 50 9 14 0 45 112 B 1C
Octal 111 100 120 11 24 0 105 422 13 34
Binary 1001001 1000000 1010000 1001 10100 0 1000101 100010010 1011 11100

Color Harmonies of #494050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494050

Black with #494050

Text Example


Text Example

White with #494050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494050; }

 p { color: rgb(73,64,80); }

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

background-color css

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

 a { background-color: rgb(73,64,80); }

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

border-color css

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

 span { border-color: rgb(73,64,80); }

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