Html Css Color HEX #424447 Steel Grey

📋 copy color: '#424447'

red 66 ◦ green 68 ◦ blue 71

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

Shades of Steel Grey #424447

Tints of Steel Grey #424447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 34.63%

R = 32.2%
G = 33.17%
B = 34.63%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#424447 (or 0x424447) is known color: Steel Grey. HEX triplet: 42, 44 and 47. RGB value is (66,68,71). Sum of RGB (Red+Green+Blue) = 66+68+71=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 71 - color contains mainly: blue. Hex color #424447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424447 is #BDBBB8. Grayscale: #434343. Windows color (decimal): -12434361 or 4670530. OLE color: 4670530.

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

Color convert

RGB 66 68 71 -
CMYK 0.07 0.04 0 0.72
HSL 216º 0.04% 0.27% -
HSV(B) 216º 0.07% 0.28% -
XYZ 5.45 5.75 6.78 -
YUV 67.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 66 68 71 0.07 0.04 0 0.72 216 0.04 0.27
Hex 42 44 47 7 4 0 48 D8 4 1B
Octal 102 104 107 7 4 0 110 330 4 33
Binary 1000010 1000100 1000111 111 100 0 1001000 11011000 100 11011

Color Harmonies of #424447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424447

Black with #424447

Text Example


Text Example

White with #424447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424447; }

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

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

background-color css

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

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

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

border-color css

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

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

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