Html Css Color HEX #46474A Steel Grey

📋 copy color: '#46474A'

red 70 ◦ green 71 ◦ blue 74

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

Shades of Steel Grey #46474A

Tints of Steel Grey #46474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 32.56%
G = 33.02%
B = 34.42%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#46474A (or 0x46474A) is known color: Steel Grey. HEX triplet: 46, 47 and 4A. RGB value is (70,71,74). Sum of RGB (Red+Green+Blue) = 70+71+74=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 74 - color contains mainly: blue. Hex color #46474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46474A is #B9B8B5. Grayscale: #474747. Windows color (decimal): -12171446 or 4867910. OLE color: 4867910.

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

Color convert

RGB 70 71 74 -
CMYK 0.05 0.04 0 0.71
HSL 225º 0.03% 0.28% -
HSV(B) 225º 0.05% 0.29% -
XYZ 6.02 6.3 7.38 -
YUV 71.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 70 71 74 0.05 0.04 0 0.71 225 0.03 0.28
Hex 46 47 4A 5 4 0 47 E1 3 1C
Octal 106 107 112 5 4 0 107 341 3 34
Binary 1000110 1000111 1001010 101 100 0 1000111 11100001 11 11100

Color Harmonies of #46474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46474A

Black with #46474A

Text Example


Text Example

White with #46474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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