#43464E

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

Shades of Steel Grey #43464E

Tints of Steel Grey #43464E

Color information

#43464E (or 0x43464E) is unknown color: approx Steel Grey. HEX triplet: 43, 46 and 4E. RGB value is (67,70,78). Sum of RGB (Red+Green+Blue) = 67+70+78=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 78 - color contains mainly: blue. Hex color #43464E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43464E is #BCB9B1. Grayscale: #454545. Windows color (decimal): -12368306 or 5129795. OLE color: 5129795.

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

Color convert

RGB677078-
CMYK0.140.1000.69
HSL223.64º7.59%28.43%-
HSV(B)223.64º14.1%30.59%-
XYZ5.886.128.08-
YUV70.01132.51125.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 70 (27.73% from 255) = 32.56%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=31.16%
G=32.56%
B=36.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6770780.140.1000.69223.647.5928.43
Hex43464EEA045e081c
Octal103106116161201053401034
Binary100001110001101001110111010100100010111100000100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,70,78); }

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

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

 a { background-color: rgb(67,70,78); }

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

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

 span { border-color: rgb(67,70,78); }

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