Html Css Color HEX #41444A Steel Grey

📋 copy color: '#41444A'

red 65 ◦ green 68 ◦ blue 74

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

Shades of Steel Grey #41444A

Tints of Steel Grey #41444A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.75%

R = 31.4%
G = 32.85%
B = 35.75%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41444A (or 0x41444A) is known color: Steel Grey. HEX triplet: 41, 44 and 4A. RGB value is (65,68,74). Sum of RGB (Red+Green+Blue) = 65+68+74=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 68 (26.95% from 255 or 32.85% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 74 - color contains mainly: blue. Hex color #41444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41444A is #BEBBB5. Grayscale: #434343. Windows color (decimal): -12499894 or 4867137. OLE color: 4867137.

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

Color convert

RGB 65 68 74 -
CMYK 0.12 0.08 0 0.71
HSL 220º 0.06% 0.27% -
HSV(B) 220º 0.12% 0.29% -
XYZ 5.48 5.75 7.3 -
YUV 67.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 65 68 74 0.12 0.08 0 0.71 220 0.06 0.27
Hex 41 44 4A C 8 0 47 DC 6 1B
Octal 101 104 112 14 10 0 107 334 6 33
Binary 1000001 1000100 1001010 1100 1000 0 1000111 11011100 110 11011

Color Harmonies of #41444A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41444A

Black with #41444A

Text Example


Text Example

White with #41444A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41444A; }

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

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

background-color css

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

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

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

border-color css

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

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

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