Html Css Color HEX #45474B Steel Grey

📋 copy color: '#45474B'

red 69 ◦ green 71 ◦ blue 75

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

Shades of Steel Grey #45474B

Tints of Steel Grey #45474B

RGB

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

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

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

R = 32.09%
G = 33.02%
B = 34.88%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#45474B (or 0x45474B) is known color: Steel Grey. HEX triplet: 45, 47 and 4B. RGB value is (69,71,75). Sum of RGB (Red+Green+Blue) = 69+71+75=215 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.09% from 215); Green value is 71 (28.12% from 255 or 33.02% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 75 - color contains mainly: blue. Hex color #45474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45474B is #BAB8B4. Grayscale: #464646. Windows color (decimal): -12236981 or 4933445. OLE color: 4933445.

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

Color convert

RGB 69 71 75 -
CMYK 0.08 0.05 0 0.71
HSL 220º 0.04% 0.28% -
HSV(B) 220º 0.08% 0.29% -
XYZ 5.98 6.28 7.55 -
YUV 70.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 69 71 75 0.08 0.05 0 0.71 220 0.04 0.28
Hex 45 47 4B 8 5 0 47 DC 4 1C
Octal 105 107 113 10 5 0 107 334 4 34
Binary 1000101 1000111 1001011 1000 101 0 1000111 11011100 100 11100

Color Harmonies of #45474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45474B

Black with #45474B

Text Example


Text Example

White with #45474B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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