#452F5D

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

Shades of Jagger #452F5D

Tints of Jagger #452F5D

Color information

#452F5D (or 0x452F5D) is unknown color: approx Jagger. HEX triplet: 45, 2F and 5D. RGB value is (69,47,93). Sum of RGB (Red+Green+Blue) = 69+47+93=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 93 (36.72% from 255 or 44.50% from 209); Max value from RGB is 93 - color contains mainly: blue. Hex color #452F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452F5D is #BAD0A2. Grayscale: #3A3A3A. Windows color (decimal): -12243107 or 6106949. OLE color: 6106949.

HSL color Cylindrical-coordinate representation of color #452F5D: hue angle of 268.7º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #452F5D is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB694793-
CMYK0.260.4900.64
HSL268.7º32.86%27.45%-
HSV(B)268.7º49.46%36.47%-
XYZ5.454.0910.86-
YUV58.82147.29135.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.01%
GREEN value IS 47 (18.75% from 255) = 22.49%
BLUE value IS 93 (36.72% from 255) = 44.50%
R=33.01%
G=22.49%
B=44.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6947930.260.4900.64268.732.8627.45
Hex452F5D1A3104010d211b
Octal10557135326101004154133
Binary10001011011111011101110101100010100000010000110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452F5D; }

 p { color: rgb(69,47,93); }

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

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

 a { background-color: rgb(69,47,93); }

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

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

 span { border-color: rgb(69,47,93); }

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