Html Css Color HEX #424346 Steel Grey

📋 copy color: '#424346'

red 66 ◦ green 67 ◦ blue 70

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

Shades of Steel Grey #424346

Tints of Steel Grey #424346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.48%

R = 32.51%
G = 33%
B = 34.48%

CMYK

 C value IS 0.06

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#424346 (or 0x424346) is known color: Steel Grey. HEX triplet: 42, 43 and 46. RGB value is (66,67,70). Sum of RGB (Red+Green+Blue) = 66+67+70=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 70 - color contains mainly: blue. Hex color #424346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424346 is #BDBCB9. Grayscale: #434343. Windows color (decimal): -12434618 or 4604738. OLE color: 4604738.

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

Color convert

RGB 66 67 70 -
CMYK 0.06 0.04 0 0.73
HSL 225º 0.03% 0.27% -
HSV(B) 225º 0.06% 0.27% -
XYZ 5.36 5.61 6.6 -
YUV 67.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 66 67 70 0.06 0.04 0 0.73 225 0.03 0.27
Hex 42 43 46 6 4 0 49 E1 3 1B
Octal 102 103 106 6 4 0 111 341 3 33
Binary 1000010 1000011 1000110 110 100 0 1001001 11100001 11 11011

Color Harmonies of #424346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424346

Black with #424346

Text Example


Text Example

White with #424346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424346; }

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

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

background-color css

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

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

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

border-color css

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

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

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