#45474A

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

Shades of Steel Grey #45474A

Tints of Steel Grey #45474A

Color information

#45474A (or 0x45474A) is unknown color: approx Steel Grey. HEX triplet: 45, 47 and 4A. RGB value is (69,71,74). Sum of RGB (Red+Green+Blue) = 69+71+74=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 74 - color contains mainly: blue. Hex color #45474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45474A is #BAB8B5. Grayscale: #464646. Windows color (decimal): -12236982 or 4867909. OLE color: 4867909.

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

Color convert

RGB697174-
CMYK0.070.0400.71
HSL216º3.5%28.04%-
HSV(B)216º6.76%29.02%-
XYZ5.946.277.37-
YUV70.74129.84126.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.24%
GREEN value IS 71 (28.12% from 255) = 33.18%
BLUE value IS 74 (29.30% from 255) = 34.58%
R=32.24%
G=33.18%
B=34.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6971740.070.0400.712163.528.04
Hex45474A74047d831c
Octal105107112740107330334
Binary10001011000111100101011110001000111110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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