Html Css Color HEX #414448 Steel Grey

📋 copy color: '#414448'

red 65 ◦ green 68 ◦ blue 72

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

Shades of Steel Grey #414448

Tints of Steel Grey #414448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.12%

R = 31.71%
G = 33.17%
B = 35.12%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#414448 (or 0x414448) is known color: Steel Grey. HEX triplet: 41, 44 and 48. RGB value is (65,68,72). Sum of RGB (Red+Green+Blue) = 65+68+72=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 72 (28.52% from 255 or 35.12% from 205); Max value from RGB is 72 - color contains mainly: blue. Hex color #414448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414448 is #BEBBB7. Grayscale: #434343. Windows color (decimal): -12499896 or 4736065. OLE color: 4736065.

HSL color Cylindrical-coordinate representation of color #414448: hue angle of 214.29º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #414448 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 65 68 72 -
CMYK 0.10 0.06 0 0.72
HSL 214.29º 0.05% 0.27% -
HSV(B) 214.29º 0.1% 0.28% -
XYZ 5.42 5.73 6.95 -
YUV 67.56 130.51 126.17 -
System Red Green Blue C M Y K H S L
Decimal 65 68 72 0.10 0.06 0 0.72 214.29 0.05 0.27
Hex 41 44 48 A 6 0 48 D6 5 1B
Octal 101 104 110 12 6 0 110 326 5 33
Binary 1000001 1000100 1001000 1010 110 0 1001000 11010110 101 11011

Color Harmonies of #414448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414448

Black with #414448

Text Example


Text Example

White with #414448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414448; }

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

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

background-color css

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

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

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

border-color css

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

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

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