Html Css Color HEX #424448 Steel Grey

📋 copy color: '#424448'

red 66 ◦ green 68 ◦ blue 72

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

Shades of Steel Grey #424448

Tints of Steel Grey #424448

RGB

 RED value IS 66 (26.17% from 255) = 32.04%

 GREEN value IS 68 (26.95% from 255) = 33.01%

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

R = 32.04%
G = 33.01%
B = 34.95%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#424448 (or 0x424448) is known color: Steel Grey. HEX triplet: 42, 44 and 48. RGB value is (66,68,72). Sum of RGB (Red+Green+Blue) = 66+68+72=206 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.04% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 72 - color contains mainly: blue. Hex color #424448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424448 is #BDBBB7. Grayscale: #434343. Windows color (decimal): -12434360 or 4736066. OLE color: 4736066.

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

Color convert

RGB 66 68 72 -
CMYK 0.08 0.06 0 0.72
HSL 220º 0.04% 0.27% -
HSV(B) 220º 0.08% 0.28% -
XYZ 5.48 5.76 6.95 -
YUV 67.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 66 68 72 0.08 0.06 0 0.72 220 0.04 0.27
Hex 42 44 48 8 6 0 48 DC 4 1B
Octal 102 104 110 10 6 0 110 334 4 33
Binary 1000010 1000100 1001000 1000 110 0 1001000 11011100 100 11011

Color Harmonies of #424448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424448

Black with #424448

Text Example


Text Example

White with #424448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424448; }

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

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

background-color css

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

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

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

border-color css

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

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

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