Html Css Color HEX #494150 Jagger

📋 copy color: '#494150'

red 73 ◦ green 65 ◦ blue 80

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

Shades of Jagger #494150

Tints of Jagger #494150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.82%

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

R = 33.49%
G = 29.82%
B = 36.7%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#494150 (or 0x494150) is known color: Jagger. HEX triplet: 49, 41 and 50. RGB value is (73,65,80). Sum of RGB (Red+Green+Blue) = 73+65+80=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 65 (25.78% from 255 or 29.82% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #494150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494150 is #B6BEAF. Grayscale: #454545. Windows color (decimal): -11976368 or 5259593. OLE color: 5259593.

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

Color convert

RGB 73 65 80 -
CMYK 0.09 0.19 0 0.69
HSL 272º 0.1% 0.28% -
HSV(B) 272º 0.19% 0.31% -
XYZ 6.09 5.78 8.38 -
YUV 69.1 134.15 130.78 -
System Red Green Blue C M Y K H S L
Decimal 73 65 80 0.09 0.19 0 0.69 272 0.1 0.28
Hex 49 41 50 9 13 0 45 110 A 1C
Octal 111 101 120 11 23 0 105 420 12 34
Binary 1001001 1000001 1010000 1001 10011 0 1000101 100010000 1010 11100

Color Harmonies of #494150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494150

Black with #494150

Text Example


Text Example

White with #494150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494150; }

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

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

background-color css

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

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

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

border-color css

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

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

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