Html Css Color HEX #464749 Steel Grey

📋 copy color: '#464749'

red 70 ◦ green 71 ◦ blue 73

#464749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Grey #464749

Tints of Steel Grey #464749

RGB

 RED value IS 70 (27.73% from 255) = 32.71%

 GREEN value IS 71 (28.13% from 255) = 33.18%

 BLUE value IS 73 (28.91% from 255) = 34.11%

R = 32.71%
G = 33.18%
B = 34.11%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#464749 (or 0x464749) is known color: Steel Grey. HEX triplet: 46, 47 and 49. RGB value is (70,71,73). Sum of RGB (Red+Green+Blue) = 70+71+73=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 73 (28.91% from 255 or 34.11% from 214); Max value from RGB is 73 - color contains mainly: blue. Hex color #464749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464749 is #B9B8B6. Grayscale: #464646. Windows color (decimal): -12171447 or 4802374. OLE color: 4802374.

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

Color convert

RGB 70 71 73 -
CMYK 0.04 0.03 0 0.71
HSL 220º 0.02% 0.28% -
HSV(B) 220º 0.04% 0.29% -
XYZ 5.98 6.29 7.2 -
YUV 70.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 70 71 73 0.04 0.03 0 0.71 220 0.02 0.28
Hex 46 47 49 4 3 0 47 DC 2 1C
Octal 106 107 111 4 3 0 107 334 2 34
Binary 1000110 1000111 1001001 100 11 0 1000111 11011100 10 11100

Color Harmonies of #464749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464749

Black with #464749

Text Example


Text Example

White with #464749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464749; }

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

 H1.HeaderClassName
 {
   color: #464749;
 }
 .AnyTagClassName
 {
   color: #464749;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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