Html Css Color HEX #41454B Steel Grey

📋 copy color: '#41454B'

red 65 ◦ green 69 ◦ blue 75

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

Shades of Steel Grey #41454B

Tints of Steel Grey #41454B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.01%

 BLUE value IS 75 (29.69% from 255) = 35.89%

R = 31.1%
G = 33.01%
B = 35.89%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#41454B (or 0x41454B) is known color: Steel Grey. HEX triplet: 41, 45 and 4B. RGB value is (65,69,75). Sum of RGB (Red+Green+Blue) = 65+69+75=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 69 (27.34% from 255 or 33.01% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 75 - color contains mainly: blue. Hex color #41454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41454B is #BEBAB4. Grayscale: #444444. Windows color (decimal): -12499637 or 4932929. OLE color: 4932929.

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

Color convert

RGB 65 69 75 -
CMYK 0.13 0.08 0 0.71
HSL 216º 0.07% 0.27% -
HSV(B) 216º 0.13% 0.29% -
XYZ 5.58 5.89 7.5 -
YUV 68.49 131.67 125.51 -
System Red Green Blue C M Y K H S L
Decimal 65 69 75 0.13 0.08 0 0.71 216 0.07 0.27
Hex 41 45 4B D 8 0 47 D8 7 1B
Octal 101 105 113 15 10 0 107 330 7 33
Binary 1000001 1000101 1001011 1101 1000 0 1000111 11011000 111 11011

Color Harmonies of #41454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41454B

Black with #41454B

Text Example


Text Example

White with #41454B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41454B; }

 p { color: rgb(65,69,75); }

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

background-color css

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

 a { background-color: rgb(65,69,75); }

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

border-color css

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

 span { border-color: rgb(65,69,75); }

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