Html Css Color HEX #414244 Steel Grey

📋 copy color: '#414244'

red 65 ◦ green 66 ◦ blue 68

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

Shades of Steel Grey #414244

Tints of Steel Grey #414244

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.17%

 BLUE value IS 68 (26.95% from 255) = 34.17%

R = 32.66%
G = 33.17%
B = 34.17%

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

#414244 (or 0x414244) is known color: Steel Grey. HEX triplet: 41, 42 and 44. RGB value is (65,66,68). Sum of RGB (Red+Green+Blue) = 65+66+68=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 68 (26.95% from 255 or 34.17% from 199); Max value from RGB is 68 - color contains mainly: blue. Hex color #414244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414244 is #BEBDBB. Grayscale: #414141. Windows color (decimal): -12500412 or 4473409. OLE color: 4473409.

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

Color convert

RGB 65 66 68 -
CMYK 0.04 0.03 0 0.73
HSL 220º 0.02% 0.26% -
HSV(B) 220º 0.04% 0.27% -
XYZ 5.17 5.44 6.25 -
YUV 65.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 65 66 68 0.04 0.03 0 0.73 220 0.02 0.26
Hex 41 42 44 4 3 0 49 DC 2 1A
Octal 101 102 104 4 3 0 111 334 2 32
Binary 1000001 1000010 1000100 100 11 0 1001001 11011100 10 11010

Color Harmonies of #414244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414244

Black with #414244

Text Example


Text Example

White with #414244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414244; }

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

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

background-color css

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

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

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

border-color css

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

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

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