#45484B

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

Shades of Steel Grey #45484B

Tints of Steel Grey #45484B

Color information

#45484B (or 0x45484B) is unknown color: approx Steel Grey. HEX triplet: 45, 48 and 4B. RGB value is (69,72,75). Sum of RGB (Red+Green+Blue) = 69+72+75=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 75 - color contains mainly: blue. Hex color #45484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45484B is #BAB7B4. Grayscale: #474747. Windows color (decimal): -12236725 or 4933701. OLE color: 4933701.

HSL color Cylindrical-coordinate representation of color #45484B: hue angle of 210º 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 #45484B is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB697275-
CMYK0.080.0400.71
HSL210º4.17%28.24%-
HSV(B)210º8%29.41%-
XYZ6.046.417.58-
YUV71.44130.01126.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.94%
GREEN value IS 72 (28.52% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 34.72%
R=31.94%
G=33.33%
B=34.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6972750.080.0400.712104.1728.24
Hex45484B84047d241c
Octal1051101131040107322434
Binary1000101100100010010111000100010001111101001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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