#45474B

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

Shades of Steel Grey #45474B

Tints of Steel Grey #45474B

Color information

#45474B (or 0x45474B) is unknown color: approx Steel Grey. HEX triplet: 45, 47 and 4B. RGB value is (69,71,75). Sum of RGB (Red+Green+Blue) = 69+71+75=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 75 - color contains mainly: blue. Hex color #45474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45474B is #BAB8B4. Grayscale: #464646. Windows color (decimal): -12236981 or 4933445. OLE color: 4933445.

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

Color convert

RGB697175-
CMYK0.080.0500.71
HSL220º4.17%28.24%-
HSV(B)220º8%29.41%-
XYZ5.986.287.55-
YUV70.86130.34126.67-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.09%
GREEN value IS 71 (28.12% from 255) = 33.02%
BLUE value IS 75 (29.69% from 255) = 34.88%
R=32.09%
G=33.02%
B=34.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6971750.080.0500.712204.1728.24
Hex45474B85047dc41c
Octal1051071131050107334434
Binary1000101100011110010111000101010001111101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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