Html Css Color HEX #454749 Steel Grey

📋 copy color: '#454749'

red 69 ◦ green 71 ◦ blue 73

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

Shades of Steel Grey #454749

Tints of Steel Grey #454749

RGB

 RED value IS 69 (27.34% from 255) = 32.39%

 GREEN value IS 71 (28.13% from 255) = 33.33%

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 32.39%
G = 33.33%
B = 34.27%

CMYK

 C value IS 0.05

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#454749 (or 0x454749) is known color: Steel Grey. HEX triplet: 45, 47 and 49. RGB value is (69,71,73). Sum of RGB (Red+Green+Blue) = 69+71+73=213 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.39% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 73 - color contains mainly: blue. Hex color #454749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454749 is #BAB8B6. Grayscale: #464646. Windows color (decimal): -12236983 or 4802373. OLE color: 4802373.

HSL color Cylindrical-coordinate representation of color #454749: hue angle of 210º degrees, saturation: 0.03, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #454749 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 69 71 73 -
CMYK 0.05 0.03 0 0.71
HSL 210º 0.03% 0.28% -
HSV(B) 210º 0.05% 0.29% -
XYZ 5.91 6.25 7.2 -
YUV 70.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 69 71 73 0.05 0.03 0 0.71 210 0.03 0.28
Hex 45 47 49 5 3 0 47 D2 3 1C
Octal 105 107 111 5 3 0 107 322 3 34
Binary 1000101 1000111 1001001 101 11 0 1000111 11010010 11 11100

Color Harmonies of #454749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454749

Black with #454749

Text Example


Text Example

White with #454749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454749; }

 p { color: rgb(69,71,73); }

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

background-color css

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

 a { background-color: rgb(69,71,73); }

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

border-color css

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

 span { border-color: rgb(69,71,73); }

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