#454048

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

Shades of Jagger #454048

Tints of Jagger #454048

Color information

#454048 (or 0x454048) is unknown color: approx Jagger. HEX triplet: 45, 40 and 48. RGB value is (69,64,72). Sum of RGB (Red+Green+Blue) = 69+64+72=205 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.66% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 72 - color contains mainly: blue. Hex color #454048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454048 is #BABFB7. Grayscale: #424242. Windows color (decimal): -12238776 or 4735045. OLE color: 4735045.

HSL color Cylindrical-coordinate representation of color #454048: hue angle of 277.5º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #454048 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB696472-
CMYK0.040.1100.72
HSL277.5º5.88%26.67%-
HSV(B)277.5º11.11%28.24%-
XYZ5.465.46.89-
YUV66.41131.16129.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.66%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 72 (28.52% from 255) = 35.12%
R=33.66%
G=31.22%
B=35.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6964720.040.1100.72277.55.8826.67
Hex4540484B04811661b
Octal1051001104130110426633
Binary10001011000000100100010010110100100010001011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454048; }

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

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

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

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

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

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

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

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