#454148

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

Shades of Jagger #454148

Tints of Jagger #454148

Color information

#454148 (or 0x454148) is unknown color: approx Jagger. HEX triplet: 45, 41 and 48. RGB value is (69,65,72). Sum of RGB (Red+Green+Blue) = 69+65+72=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 72 - color contains mainly: blue. Hex color #454148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454148 is #BABEB7. Grayscale: #424242. Windows color (decimal): -12238520 or 4735301. OLE color: 4735301.

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

Color convert

RGB696572-
CMYK0.040.1000.72
HSL274.29º5.11%26.86%-
HSV(B)274.29º9.72%28.24%-
XYZ5.515.516.9-
YUV66.99130.83129.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=33.50%
G=31.55%
B=34.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6965720.040.1000.72274.295.1126.86
Hex4541484A04811251b
Octal1051011104120110422533
Binary10001011000001100100010010100100100010001001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454148; }

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

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

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

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

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

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

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

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