#43454A

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

Shades of Steel Grey #43454A

Tints of Steel Grey #43454A

Color information

#43454A (or 0x43454A) is unknown color: approx Steel Grey. HEX triplet: 43, 45 and 4A. RGB value is (67,69,74). Sum of RGB (Red+Green+Blue) = 67+69+74=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 74 - color contains mainly: blue. Hex color #43454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43454A is #BCBAB5. Grayscale: #444444. Windows color (decimal): -12368566 or 4867395. OLE color: 4867395.

HSL color Cylindrical-coordinate representation of color #43454A: hue angle of 222.86º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #43454A is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB676974-
CMYK0.090.0700.71
HSL222.86º4.96%27.65%-
HSV(B)222.86º9.46%29.02%-
XYZ5.685.947.33-
YUV68.97130.84126.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.90%
GREEN value IS 69 (27.34% from 255) = 32.86%
BLUE value IS 74 (29.30% from 255) = 35.24%
R=31.90%
G=32.86%
B=35.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6769740.090.0700.71222.864.9627.65
Hex43454A97047df51c
Octal1031051121170107337534
Binary1000011100010110010101001111010001111101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43454A; }

 p { color: rgb(67,69,74); }

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

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

 a { background-color: rgb(67,69,74); }

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

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

 span { border-color: rgb(67,69,74); }

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