Html Css Color HEX #464748 Steel Grey

📋 copy color: '#464748'

red 70 ◦ green 71 ◦ blue 72

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

Shades of Steel Grey #464748

Tints of Steel Grey #464748

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 33.8%

R = 32.86%
G = 33.33%
B = 33.8%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#464748 (or 0x464748) is known color: 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

RGB 70 71 72 -
CMYK 0.03 0.01 0 0.72
HSL 210º 0.01% 0.28% -
HSV(B) 210º 0.03% 0.28% -
XYZ 5.95 6.28 7.03 -
YUV 70.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 70 71 72 0.03 0.01 0 0.72 210 0.01 0.28
Hex 46 47 48 3 1 0 48 D2 1 1C
Octal 106 107 110 3 1 0 110 322 1 34
Binary 1000110 1000111 1001000 11 1 0 1001000 11010010 1 11100

Color Harmonies of #464748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464748

Black with #464748

Text Example


Text Example

White with #464748

Text Example


Text Example

HTML Codes & Css Web 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>