Html Css Color HEX #414349 Steel Grey

📋 copy color: '#414349'

red 65 ◦ green 67 ◦ blue 73

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

Shades of Steel Grey #414349

Tints of Steel Grey #414349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 35.61%

R = 31.71%
G = 32.68%
B = 35.61%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#414349 (or 0x414349) is known color: Steel Grey. HEX triplet: 41, 43 and 49. RGB value is (65,67,73). Sum of RGB (Red+Green+Blue) = 65+67+73=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 73 - color contains mainly: blue. Hex color #414349 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414349 is #BEBCB6. Grayscale: #434343. Windows color (decimal): -12500151 or 4801345. OLE color: 4801345.

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

Color convert

RGB 65 67 73 -
CMYK 0.11 0.08 0 0.71
HSL 225º 0.06% 0.27% -
HSV(B) 225º 0.11% 0.29% -
XYZ 5.39 5.62 7.1 -
YUV 67.09 131.34 126.51 -
System Red Green Blue C M Y K H S L
Decimal 65 67 73 0.11 0.08 0 0.71 225 0.06 0.27
Hex 41 43 49 B 8 0 47 E1 6 1B
Octal 101 103 111 13 10 0 107 341 6 33
Binary 1000001 1000011 1001001 1011 1000 0 1000111 11100001 110 11011

Color Harmonies of #414349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414349

Black with #414349

Text Example


Text Example

White with #414349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414349; }

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

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

background-color css

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

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

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

border-color css

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

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

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