Html Css Color HEX #414449 Steel Grey

📋 copy color: '#414449'

red 65 ◦ green 68 ◦ blue 73

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

Shades of Steel Grey #414449

Tints of Steel Grey #414449

RGB

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

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

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

R = 31.55%
G = 33.01%
B = 35.44%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#414449 (or 0x414449) is known color: Steel Grey. HEX triplet: 41, 44 and 49. RGB value is (65,68,73). Sum of RGB (Red+Green+Blue) = 65+68+73=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 73 (28.91% from 255 or 35.44% from 206); Max value from RGB is 73 - color contains mainly: blue. Hex color #414449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414449 is #BEBBB6. Grayscale: #434343. Windows color (decimal): -12499895 or 4801601. OLE color: 4801601.

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

Color convert

RGB 65 68 73 -
CMYK 0.11 0.07 0 0.71
HSL 217.5º 0.06% 0.27% -
HSV(B) 217.5º 0.11% 0.29% -
XYZ 5.45 5.74 7.12 -
YUV 67.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 65 68 73 0.11 0.07 0 0.71 217.5 0.06 0.27
Hex 41 44 49 B 7 0 47 DA 6 1B
Octal 101 104 111 13 7 0 107 332 6 33
Binary 1000001 1000100 1001001 1011 111 0 1000111 11011010 110 11011

Color Harmonies of #414449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414449

Black with #414449

Text Example


Text Example

White with #414449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414449; }

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

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

background-color css

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

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

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

border-color css

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

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

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