Html Css Color HEX #414346 Steel Grey

📋 copy color: '#414346'

red 65 ◦ green 67 ◦ blue 70

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

Shades of Steel Grey #414346

Tints of Steel Grey #414346

RGB

 RED value IS 65 (25.78% from 255) = 32.18%

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

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

R = 32.18%
G = 33.17%
B = 34.65%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#414346 (or 0x414346) is known color: Steel Grey. HEX triplet: 41, 43 and 46. RGB value is (65,67,70). Sum of RGB (Red+Green+Blue) = 65+67+70=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 70 - color contains mainly: blue. Hex color #414346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414346 is #BEBCB9. Grayscale: #424242. Windows color (decimal): -12500154 or 4604737. OLE color: 4604737.

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

Color convert

RGB 65 67 70 -
CMYK 0.07 0.04 0 0.73
HSL 216º 0.04% 0.26% -
HSV(B) 216º 0.07% 0.27% -
XYZ 5.29 5.58 6.59 -
YUV 66.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 65 67 70 0.07 0.04 0 0.73 216 0.04 0.26
Hex 41 43 46 7 4 0 49 D8 4 1A
Octal 101 103 106 7 4 0 111 330 4 32
Binary 1000001 1000011 1000110 111 100 0 1001001 11011000 100 11010

Color Harmonies of #414346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414346

Black with #414346

Text Example


Text Example

White with #414346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414346; }

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

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

background-color css

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

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

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

border-color css

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

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

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