#453950

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

Shades of Jagger #453950

Tints of Jagger #453950

Color information

#453950 (or 0x453950) is unknown color: approx Jagger. HEX triplet: 45, 39 and 50. RGB value is (69,57,80). Sum of RGB (Red+Green+Blue) = 69+57+80=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #453950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453950 is #BAC6AF. Grayscale: #3F3F3F. Windows color (decimal): -12240560 or 5257541. OLE color: 5257541.

HSL color Cylindrical-coordinate representation of color #453950: hue angle of 271.3º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #453950 is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB695780-
CMYK0.140.2900.69
HSL271.3º16.79%26.86%-
HSV(B)271.3º28.75%31.37%-
XYZ5.374.778.23-
YUV63.21137.48132.13-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 80 (31.64% from 255) = 38.83%
R=33.50%
G=27.67%
B=38.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6957800.140.2900.69271.316.7926.86
Hex453950E1D04510f111b
Octal10571120163501054172133
Binary10001011110011010000111011101010001011000011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453950; }

 p { color: rgb(69,57,80); }

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

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

 a { background-color: rgb(69,57,80); }

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

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

 span { border-color: rgb(69,57,80); }

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