#494051

Color #494051 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #494051

Tints of Jagger #494051

Color information

#494051 (or 0x494051) is unknown color: approx Jagger. HEX triplet: 49, 40 and 51. RGB value is (73,64,81). Sum of RGB (Red+Green+Blue) = 73+64+81=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 81 - color contains mainly: blue. Hex color #494051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494051 is #B6BFAE. Grayscale: #444444. Windows color (decimal): -11976623 or 5324873. OLE color: 5324873.

HSL color Cylindrical-coordinate representation of color #494051: hue angle of 271.76º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #494051 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB736481-
CMYK0.100.2100.68
HSL271.76º11.72%28.43%-
HSV(B)271.76º20.99%31.76%-
XYZ6.075.688.56-
YUV68.63134.98131.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=33.49%
G=29.36%
B=37.16%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7364810.100.2100.68271.7611.7228.43
Hex494051A15044110c1c
Octal111100121122501044201434
Binary10010011000000101000110101010101000100100010000110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #494051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #494051; }

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

 H1.HeaderClassName
 {
   color: #494051;
 }
 .AnyTagClassName
 {
   color: #494051;
 }
</style>
background-color css

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

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

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

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

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

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