#453C4A

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

Shades of Jagger #453C4A

Tints of Jagger #453C4A

Color information

#453C4A (or 0x453C4A) is unknown color: approx Jagger. HEX triplet: 45, 3C and 4A. RGB value is (69,60,74). Sum of RGB (Red+Green+Blue) = 69+60+74=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 60 (23.83% from 255 or 29.56% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 74 - color contains mainly: blue. Hex color #453C4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453C4A is #BAC3B5. Grayscale: #404040. Windows color (decimal): -12239798 or 4865093. OLE color: 4865093.

HSL color Cylindrical-coordinate representation of color #453C4A: hue angle of 278.57º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #453C4A is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB696074-
CMYK0.070.1900.71
HSL278.57º10.45%26.27%-
HSV(B)278.57º18.92%29.02%-
XYZ5.314.997.16-
YUV64.29133.48131.36-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.99%
GREEN value IS 60 (23.83% from 255) = 29.56%
BLUE value IS 74 (29.30% from 255) = 36.45%
R=33.99%
G=29.56%
B=36.45%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6960740.070.1900.71278.5710.4526.27
Hex453C4A713047117a1a
Octal1057411272301074271232
Binary100010111110010010101111001101000111100010111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,60,74); }

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

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

 a { background-color: rgb(69,60,74); }

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

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

 span { border-color: rgb(69,60,74); }

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