Html Css Color HEX #434446 Steel Grey

📋 copy color: '#434446'

red 67 ◦ green 68 ◦ blue 70

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

Shades of Steel Grey #434446

Tints of Steel Grey #434446

RGB

 RED value IS 67 (26.56% from 255) = 32.68%

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

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

R = 32.68%
G = 33.17%
B = 34.15%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#434446 (or 0x434446) is known color: Steel Grey. HEX triplet: 43, 44 and 46. RGB value is (67,68,70). Sum of RGB (Red+Green+Blue) = 67+68+70=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 70 - color contains mainly: blue. Hex color #434446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434446 is #BCBBB9. Grayscale: #434343. Windows color (decimal): -12368826 or 4604995. OLE color: 4604995.

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

Color convert

RGB 67 68 70 -
CMYK 0.04 0.03 0 0.73
HSL 220º 0.02% 0.27% -
HSV(B) 220º 0.04% 0.27% -
XYZ 5.49 5.77 6.62 -
YUV 67.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 67 68 70 0.04 0.03 0 0.73 220 0.02 0.27
Hex 43 44 46 4 3 0 49 DC 2 1B
Octal 103 104 106 4 3 0 111 334 2 33
Binary 1000011 1000100 1000110 100 11 0 1001001 11011100 10 11011

Color Harmonies of #434446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434446

Black with #434446

Text Example


Text Example

White with #434446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434446; }

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

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

background-color css

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

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

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

border-color css

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

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

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