#40454B

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

Shades of Steel Grey #40454B

Tints of Steel Grey #40454B

Color information

#40454B (or 0x40454B) is unknown color: approx Steel Grey. HEX triplet: 40, 45 and 4B. RGB value is (64,69,75). Sum of RGB (Red+Green+Blue) = 64+69+75=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 75 - color contains mainly: blue. Hex color #40454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40454B is #BFBAB4. Grayscale: #444444. Windows color (decimal): -12565173 or 4932928. OLE color: 4932928.

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

Color convert

RGB646975-
CMYK0.150.0800.71
HSL212.73º7.91%27.25%-
HSV(B)212.73º14.67%29.41%-
XYZ5.515.857.5-
YUV68.19131.84125.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.77%
GREEN value IS 69 (27.34% from 255) = 33.17%
BLUE value IS 75 (29.69% from 255) = 36.06%
R=30.77%
G=33.17%
B=36.06%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6469750.150.0800.71212.737.9127.25
Hex40454BF8047d581b
Octal100105113171001073251033
Binary100000010001011001011111110000100011111010101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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