#41454E

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

Shades of Steel Grey #41454E

Tints of Steel Grey #41454E

Color information

#41454E (or 0x41454E) is unknown color: approx Steel Grey. HEX triplet: 41, 45 and 4E. RGB value is (65,69,78). Sum of RGB (Red+Green+Blue) = 65+69+78=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 78 - color contains mainly: blue. Hex color #41454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41454E is #BEBAB1. Grayscale: #444444. Windows color (decimal): -12499634 or 5129537. OLE color: 5129537.

HSL color Cylindrical-coordinate representation of color #41454E: hue angle of 221.54º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #41454E is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB656978-
CMYK0.170.1200.69
HSL221.54º9.09%28.04%-
HSV(B)221.54º16.67%30.59%-
XYZ5.685.938.05-
YUV68.83133.17125.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 69 (27.34% from 255) = 32.55%
BLUE value IS 78 (30.86% from 255) = 36.79%
R=30.66%
G=32.55%
B=36.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6569780.170.1200.69221.549.0928.04
Hex41454E11C045de91c
Octal101105116211401053361134
Binary1000001100010110011101000111000100010111011110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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