Html Css Color HEX #45474A Steel Grey

📋 copy color: '#45474A'

red 69 ◦ green 71 ◦ blue 74

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

Shades of Steel Grey #45474A

Tints of Steel Grey #45474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 32.24%
G = 33.18%
B = 34.58%

CMYK

 C value IS 0.07

 M value IS 0.04

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#45474A (or 0x45474A) is known color: Steel Grey. HEX triplet: 45, 47 and 4A. RGB value is (69,71,74). Sum of RGB (Red+Green+Blue) = 69+71+74=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 74 - color contains mainly: blue. Hex color #45474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45474A is #BAB8B5. Grayscale: #464646. Windows color (decimal): -12236982 or 4867909. OLE color: 4867909.

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

Color convert

RGB 69 71 74 -
CMYK 0.07 0.04 0 0.71
HSL 216º 0.03% 0.28% -
HSV(B) 216º 0.07% 0.29% -
XYZ 5.94 6.27 7.37 -
YUV 70.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 69 71 74 0.07 0.04 0 0.71 216 0.03 0.28
Hex 45 47 4A 7 4 0 47 D8 3 1C
Octal 105 107 112 7 4 0 107 330 3 34
Binary 1000101 1000111 1001010 111 100 0 1000111 11011000 11 11100

Color Harmonies of #45474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45474A

Black with #45474A

Text Example


Text Example

White with #45474A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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