Html Css Color HEX #45474C Steel Grey

📋 copy color: '#45474C'

red 69 ◦ green 71 ◦ blue 76

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

Shades of Steel Grey #45474C

Tints of Steel Grey #45474C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 35.19%

R = 31.94%
G = 32.87%
B = 35.19%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#45474C (or 0x45474C) is known color: Steel Grey. HEX triplet: 45, 47 and 4C. RGB value is (69,71,76). Sum of RGB (Red+Green+Blue) = 69+71+76=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 76 - color contains mainly: blue. Hex color #45474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45474C is #BAB8B3. Grayscale: #464646. Windows color (decimal): -12236980 or 4998981. OLE color: 4998981.

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

Color convert

RGB 69 71 76 -
CMYK 0.09 0.07 0 0.70
HSL 222.86º 0.05% 0.28% -
HSV(B) 222.86º 0.09% 0.3% -
XYZ 6.01 6.29 7.74 -
YUV 70.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 69 71 76 0.09 0.07 0 0.70 222.86 0.05 0.28
Hex 45 47 4C 9 7 0 46 DF 5 1C
Octal 105 107 114 11 7 0 106 337 5 34
Binary 1000101 1000111 1001100 1001 111 0 1000110 11011111 101 11100

Color Harmonies of #45474C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45474C

Black with #45474C

Text Example


Text Example

White with #45474C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45474C; }

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

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

background-color css

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

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

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

border-color css

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

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

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