#454749

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

Shades of Steel Grey #454749

Tints of Steel Grey #454749

Color information

#454749 (or 0x454749) is unknown color: approx Steel Grey. HEX triplet: 45, 47 and 49. RGB value is (69,71,73). Sum of RGB (Red+Green+Blue) = 69+71+73=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 73 - color contains mainly: blue. Hex color #454749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454749 is #BAB8B6. Grayscale: #464646. Windows color (decimal): -12236983 or 4802373. OLE color: 4802373.

HSL color Cylindrical-coordinate representation of color #454749: hue angle of 210º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #454749 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB697173-
CMYK0.050.0300.71
HSL210º2.82%27.84%-
HSV(B)210º5.48%28.63%-
XYZ5.916.257.2-
YUV70.63129.34126.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.39%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=32.39%
G=33.33%
B=34.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6971730.050.0300.712102.8227.84
Hex45474953047d231c
Octal105107111530107322334
Binary1000101100011110010011011101000111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454749; }

 p { color: rgb(69,71,73); }

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

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

 a { background-color: rgb(69,71,73); }

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

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

 span { border-color: rgb(69,71,73); }

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