#45474C

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

Shades of Steel Grey #45474C

Tints of Steel Grey #45474C

Color information

#45474C (or 0x45474C) is unknown color: approx Steel Grey. HEX triplet: 45, 47 and 4C. RGB value is (69,71,76). Sum of RGB (Red+Green+Blue) = 69+71+76=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 76 - color contains mainly: blue. Hex color #45474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45474C is #BAB8B3. Grayscale: #464646. Windows color (decimal): -12236980 or 4998981. OLE color: 4998981.

HSL color Cylindrical-coordinate representation of color #45474C: hue angle of 222.86º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #45474C is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB697176-
CMYK0.090.0700.70
HSL222.86º4.83%28.43%-
HSV(B)222.86º9.21%29.8%-
XYZ6.016.297.74-
YUV70.97130.84126.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 71 (28.12% from 255) = 32.87%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=31.94%
G=32.87%
B=35.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6971760.090.0700.70222.864.8328.43
Hex45474C97046df51c
Octal1051071141170106337534
Binary1000101100011110011001001111010001101101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45474C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45474C; }

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

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

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

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

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

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

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

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