Html Css Color HEX #40454D Steel Grey

📋 copy color: '#40454D'

red 64 ◦ green 69 ◦ blue 77

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

Shades of Steel Grey #40454D

Tints of Steel Grey #40454D

RGB

 RED value IS 64 (25.39% from 255) = 30.48%

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

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

R = 30.48%
G = 32.86%
B = 36.67%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40454D (or 0x40454D) is known color: Steel Grey. HEX triplet: 40, 45 and 4D. RGB value is (64,69,77). Sum of RGB (Red+Green+Blue) = 64+69+77=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #40454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40454D is #BFBAB2. Grayscale: #444444. Windows color (decimal): -12565171 or 5064000. OLE color: 5064000.

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

Color convert

RGB 64 69 77 -
CMYK 0.17 0.10 0 0.70
HSL 216.92º 0.09% 0.28% -
HSV(B) 216.92º 0.17% 0.3% -
XYZ 5.58 5.88 7.86 -
YUV 68.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 64 69 77 0.17 0.10 0 0.70 216.92 0.09 0.28
Hex 40 45 4D 11 A 0 46 D9 9 1C
Octal 100 105 115 21 12 0 106 331 11 34
Binary 1000000 1000101 1001101 10001 1010 0 1000110 11011001 1001 11100

Color Harmonies of #40454D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40454D

Black with #40454D

Text Example


Text Example

White with #40454D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,69,77); }

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

background-color css

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

 a { background-color: rgb(64,69,77); }

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

border-color css

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

 span { border-color: rgb(64,69,77); }

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