Html Css Color HEX #424347 Steel Grey

📋 copy color: '#424347'

red 66 ◦ green 67 ◦ blue 71

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

Shades of Steel Grey #424347

Tints of Steel Grey #424347

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.84%

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

R = 32.35%
G = 32.84%
B = 34.8%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#424347 (or 0x424347) is known color: Steel Grey. HEX triplet: 42, 43 and 47. RGB value is (66,67,71). Sum of RGB (Red+Green+Blue) = 66+67+71=204 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.35% from 204); Green value is 67 (26.56% from 255 or 32.84% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 71 - color contains mainly: blue. Hex color #424347 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424347 is #BDBCB8. Grayscale: #434343. Windows color (decimal): -12434617 or 4670274. OLE color: 4670274.

HSL color Cylindrical-coordinate representation of color #424347: hue angle of 228º 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 #424347 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 66 67 71 -
CMYK 0.07 0.06 0 0.72
HSL 228º 0.04% 0.27% -
HSV(B) 228º 0.07% 0.28% -
XYZ 5.39 5.63 6.76 -
YUV 67.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 66 67 71 0.07 0.06 0 0.72 228 0.04 0.27
Hex 42 43 47 7 6 0 48 E4 4 1B
Octal 102 103 107 7 6 0 110 344 4 33
Binary 1000010 1000011 1000111 111 110 0 1001000 11100100 100 11011

Color Harmonies of #424347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424347

Black with #424347

Text Example


Text Example

White with #424347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424347; }

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

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

background-color css

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

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

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

border-color css

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

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

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