#464748

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

Shades of Steel Grey #464748

Tints of Steel Grey #464748

Color information

#464748 (or 0x464748) is unknown color: approx Steel Grey. HEX triplet: 46, 47 and 48. RGB value is (70,71,72). Sum of RGB (Red+Green+Blue) = 70+71+72=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 72 - color contains mainly: blue. Hex color #464748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464748 is #B9B8B7. Grayscale: #464646. Windows color (decimal): -12171448 or 4736838. OLE color: 4736838.

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

Color convert

RGB707172-
CMYK0.030.0100.72
HSL210º1.41%27.84%-
HSV(B)210º2.78%28.24%-
XYZ5.956.287.03-
YUV70.82128.67127.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.86%
GREEN value IS 71 (28.12% from 255) = 33.33%
BLUE value IS 72 (28.52% from 255) = 33.80%
R=32.86%
G=33.33%
B=33.80%

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
Decimal7071720.030.0100.722101.4127.84
Hex46474831048d211c
Octal106107110310110322134
Binary1000110100011110010001110100100011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464748; }

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

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

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

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

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

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

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

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