Html Css Color HEX #40454B Steel Grey

📋 copy color: '#40454B'

red 64 ◦ green 69 ◦ blue 75

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

Shades of Steel Grey #40454B

Tints of Steel Grey #40454B

RGB

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

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

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

R = 30.77%
G = 33.17%
B = 36.06%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40454B (or 0x40454B) is known color: Steel Grey. HEX triplet: 40, 45 and 4B. RGB value is (64,69,75). Sum of RGB (Red+Green+Blue) = 64+69+75=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 75 - color contains mainly: blue. Hex color #40454B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40454B is #BFBAB4. Grayscale: #444444. Windows color (decimal): -12565173 or 4932928. OLE color: 4932928.

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

Color convert

RGB 64 69 75 -
CMYK 0.15 0.08 0 0.71
HSL 212.73º 0.08% 0.27% -
HSV(B) 212.73º 0.15% 0.29% -
XYZ 5.51 5.85 7.5 -
YUV 68.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 64 69 75 0.15 0.08 0 0.71 212.73 0.08 0.27
Hex 40 45 4B F 8 0 47 D5 8 1B
Octal 100 105 113 17 10 0 107 325 10 33
Binary 1000000 1000101 1001011 1111 1000 0 1000111 11010101 1000 11011

Color Harmonies of #40454B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40454B

Black with #40454B

Text Example


Text Example

White with #40454B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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