Html Css Color HEX #41464D Steel Grey

📋 copy color: '#41464D'

red 65 ◦ green 70 ◦ blue 77

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

Shades of Steel Grey #41464D

Tints of Steel Grey #41464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.02%

 BLUE value IS 77 (30.47% from 255) = 36.32%

R = 30.66%
G = 33.02%
B = 36.32%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41464D (or 0x41464D) is known color: Steel Grey. HEX triplet: 41, 46 and 4D. RGB value is (65,70,77). Sum of RGB (Red+Green+Blue) = 65+70+77=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 77 - color contains mainly: blue. Hex color #41464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41464D is #BEB9B2. Grayscale: #454545. Windows color (decimal): -12499379 or 5064257. OLE color: 5064257.

HSL color Cylindrical-coordinate representation of color #41464D: hue angle of 215º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #41464D is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 70 77 -
CMYK 0.16 0.09 0 0.70
HSL 215º 0.08% 0.28% -
HSV(B) 215º 0.16% 0.3% -
XYZ 5.71 6.04 7.89 -
YUV 69.3 132.34 124.93 -
System Red Green Blue C M Y K H S L
Decimal 65 70 77 0.16 0.09 0 0.70 215 0.08 0.28
Hex 41 46 4D 10 9 0 46 D7 8 1C
Octal 101 106 115 20 11 0 106 327 10 34
Binary 1000001 1000110 1001101 10000 1001 0 1000110 11010111 1000 11100

Color Harmonies of #41464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41464D

Black with #41464D

Text Example


Text Example

White with #41464D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41464D; }

 p { color: rgb(65,70,77); }

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

background-color css

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

 a { background-color: rgb(65,70,77); }

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

border-color css

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

 span { border-color: rgb(65,70,77); }

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