#453D4C

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

Shades of Jagger #453D4C

Tints of Jagger #453D4C

Color information

#453D4C (or 0x453D4C) is unknown color: approx Jagger. HEX triplet: 45, 3D and 4C. RGB value is (69,61,76). Sum of RGB (Red+Green+Blue) = 69+61+76=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 76 - color contains mainly: blue. Hex color #453D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D4C is #BAC2B3. Grayscale: #414141. Windows color (decimal): -12239540 or 4996421. OLE color: 4996421.

HSL color Cylindrical-coordinate representation of color #453D4C: hue angle of 272º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #453D4C is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB696176-
CMYK0.090.2000.70
HSL272º10.95%26.86%-
HSV(B)272º19.74%29.8%-
XYZ5.435.127.54-
YUV65.1134.15130.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 61 (24.22% from 255) = 29.61%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=33.50%
G=29.61%
B=36.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6961760.090.2000.7027210.9526.86
Hex453D4C914046110b1b
Octal10575114112401064201333
Binary1000101111101100110010011010001000110100010000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453D4C; }

 p { color: rgb(69,61,76); }

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

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

 a { background-color: rgb(69,61,76); }

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

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

 span { border-color: rgb(69,61,76); }

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