#41454B

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

Shades of Steel Grey #41454B

Tints of Steel Grey #41454B

Color information

#41454B (or 0x41454B) is unknown color: approx Steel Grey. HEX triplet: 41, 45 and 4B. RGB value is (65,69,75). Sum of RGB (Red+Green+Blue) = 65+69+75=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 75 - color contains mainly: blue. Hex color #41454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41454B is #BEBAB4. Grayscale: #444444. Windows color (decimal): -12499637 or 4932929. OLE color: 4932929.

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

Color convert

RGB656975-
CMYK0.130.0800.71
HSL216º7.14%27.45%-
HSV(B)216º13.33%29.41%-
XYZ5.585.897.5-
YUV68.49131.67125.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 69 (27.34% from 255) = 33.01%
BLUE value IS 75 (29.69% from 255) = 35.89%
R=31.10%
G=33.01%
B=35.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6569750.130.0800.712167.1427.45
Hex41454BD8047d871b
Octal10110511315100107330733
Binary10000011000101100101111011000010001111101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41454B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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