Html Css Color HEX #454648 Steel Grey

📋 copy color: '#454648'

red 69 ◦ green 70 ◦ blue 72

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

Shades of Steel Grey #454648

Tints of Steel Grey #454648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 34.12%

R = 32.7%
G = 33.18%
B = 34.12%

CMYK

 C value IS 0.04

 M value IS 0.03

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#454648 (or 0x454648) is known color: Steel Grey. HEX triplet: 45, 46 and 48. RGB value is (69,70,72). Sum of RGB (Red+Green+Blue) = 69+70+72=211 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.70% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 72 - color contains mainly: blue. Hex color #454648 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454648 is #BAB9B7. Grayscale: #454545. Windows color (decimal): -12237240 or 4736581. OLE color: 4736581.

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

Color convert

RGB 69 70 72 -
CMYK 0.04 0.03 0 0.72
HSL 220º 0.02% 0.28% -
HSV(B) 220º 0.04% 0.28% -
XYZ 5.81 6.11 7 -
YUV 69.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 69 70 72 0.04 0.03 0 0.72 220 0.02 0.28
Hex 45 46 48 4 3 0 48 DC 2 1C
Octal 105 106 110 4 3 0 110 334 2 34
Binary 1000101 1000110 1001000 100 11 0 1001000 11011100 10 11100

Color Harmonies of #454648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454648

Black with #454648

Text Example


Text Example

White with #454648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454648; }

 p { color: rgb(69,70,72); }

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

background-color css

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

 a { background-color: rgb(69,70,72); }

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

border-color css

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

 span { border-color: rgb(69,70,72); }

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