Html Css Color HEX #404248 Steel Grey

📋 copy color: '#404248'

red 64 ◦ green 66 ◦ blue 72

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

Shades of Steel Grey #404248

Tints of Steel Grey #404248

RGB

 RED value IS 64 (25.39% from 255) = 31.68%

 GREEN value IS 66 (26.17% from 255) = 32.67%

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

R = 31.68%
G = 32.67%
B = 35.64%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#404248 (or 0x404248) is known color: Steel Grey. HEX triplet: 40, 42 and 48. RGB value is (64,66,72). Sum of RGB (Red+Green+Blue) = 64+66+72=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 72 - color contains mainly: blue. Hex color #404248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404248 is #BFBDB7. Grayscale: #424242. Windows color (decimal): -12565944 or 4735552. OLE color: 4735552.

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

Color convert

RGB 64 66 72 -
CMYK 0.11 0.08 0 0.72
HSL 225º 0.06% 0.27% -
HSV(B) 225º 0.11% 0.28% -
XYZ 5.23 5.45 6.91 -
YUV 66.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 64 66 72 0.11 0.08 0 0.72 225 0.06 0.27
Hex 40 42 48 B 8 0 48 E1 6 1B
Octal 100 102 110 13 10 0 110 341 6 33
Binary 1000000 1000010 1001000 1011 1000 0 1001000 11100001 110 11011

Color Harmonies of #404248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404248

Black with #404248

Text Example


Text Example

White with #404248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404248; }

 p { color: rgb(64,66,72); }

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

background-color css

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

 a { background-color: rgb(64,66,72); }

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

border-color css

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

 span { border-color: rgb(64,66,72); }

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