#454049

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

Shades of Jagger #454049

Tints of Jagger #454049

Color information

#454049 (or 0x454049) is unknown color: approx Jagger. HEX triplet: 45, 40 and 49. RGB value is (69,64,73). Sum of RGB (Red+Green+Blue) = 69+64+73=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 64 (25.39% from 255 or 31.07% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 73 - color contains mainly: blue. Hex color #454049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454049 is #BABFB6. Grayscale: #424242. Windows color (decimal): -12238775 or 4800581. OLE color: 4800581.

HSL color Cylindrical-coordinate representation of color #454049: hue angle of 273.33º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #454049 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB696473-
CMYK0.050.1200.71
HSL273.33º6.57%26.86%-
HSV(B)273.33º12.33%28.63%-
XYZ5.495.417.06-
YUV66.52131.66129.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 64 (25.39% from 255) = 31.07%
BLUE value IS 73 (28.91% from 255) = 35.44%
R=33.50%
G=31.07%
B=35.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6964730.050.1200.71273.336.5726.86
Hex4540495C04711171b
Octal1051001115140107421733
Binary10001011000000100100110111000100011110001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454049; }

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

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

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

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

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

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

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

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