#454647

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

Shades of Steel Grey #454647

Tints of Steel Grey #454647

Color information

#454647 (or 0x454647) is unknown color: approx Steel Grey. HEX triplet: 45, 46 and 47. RGB value is (69,70,71). Sum of RGB (Red+Green+Blue) = 69+70+71=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 70 (27.73% from 255 or 33.33% from 210); Blue value is 71 (28.12% from 255 or 33.81% from 210); Max value from RGB is 71 - color contains mainly: blue. Hex color #454647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454647 is #BAB9B8. Grayscale: #454545. Windows color (decimal): -12237241 or 4671045. OLE color: 4671045.

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

Color convert

RGB697071-
CMYK0.030.0100.72
HSL210º1.43%27.45%-
HSV(B)210º2.82%27.84%-
XYZ5.786.16.83-
YUV69.82128.67127.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 32.86%
GREEN value IS 70 (27.73% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 33.81%
R=32.86%
G=33.33%
B=33.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6970710.030.0100.722101.4327.45
Hex45464731048d211b
Octal105106107310110322133
Binary1000101100011010001111110100100011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454647; }

 p { color: rgb(69,70,71); }

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

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

 a { background-color: rgb(69,70,71); }

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

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

 span { border-color: rgb(69,70,71); }

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