#414650

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

Shades of Steel Grey #414650

Tints of Steel Grey #414650

Color information

#414650 (or 0x414650) is unknown color: approx Steel Grey. HEX triplet: 41, 46 and 50. RGB value is (65,70,80). Sum of RGB (Red+Green+Blue) = 65+70+80=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: blue. Hex color #414650 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414650 is #BEB9AF. Grayscale: #454545. Windows color (decimal): -12499376 or 5260865. OLE color: 5260865.

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

Color convert

RGB657080-
CMYK0.190.1200.69
HSL220º10.34%28.43%-
HSV(B)220º18.75%31.37%-
XYZ5.826.088.46-
YUV69.64133.84124.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=30.23%
G=32.56%
B=37.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6570800.190.1200.6922010.3428.43
Hex41465013C045dca1c
Octal101106120231401053341234
Binary1000001100011010100001001111000100010111011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414650; }

 p { color: rgb(65,70,80); }

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

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

 a { background-color: rgb(65,70,80); }

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

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

 span { border-color: rgb(65,70,80); }

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