#434447

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

Shades of Steel Grey #434447

Tints of Steel Grey #434447

Color information

#434447 (or 0x434447) is unknown color: approx Steel Grey. HEX triplet: 43, 44 and 47. RGB value is (67,68,71). Sum of RGB (Red+Green+Blue) = 67+68+71=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 71 - color contains mainly: blue. Hex color #434447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434447 is #BCBBB8. Grayscale: #444444. Windows color (decimal): -12368825 or 4670531. OLE color: 4670531.

HSL color Cylindrical-coordinate representation of color #434447: hue angle of 225º degrees, saturation: 0.03, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #434447 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB676871-
CMYK0.060.0400.72
HSL225º2.9%27.06%-
HSV(B)225º5.63%27.84%-
XYZ5.525.786.79-
YUV68.04129.67127.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.52%
GREEN value IS 68 (26.95% from 255) = 33.01%
BLUE value IS 71 (28.12% from 255) = 34.47%
R=32.52%
G=33.01%
B=34.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6768710.060.0400.722252.927.06
Hex43444764048e131b
Octal103104107640110341333
Binary10000111000100100011111010001001000111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434447; }

 p { color: rgb(67,68,71); }

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

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

 a { background-color: rgb(67,68,71); }

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

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

 span { border-color: rgb(67,68,71); }

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