Html Css Color HEX #42474D Steel Grey

📋 copy color: '#42474D'

red 66 ◦ green 71 ◦ blue 77

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

Shades of Steel Grey #42474D

Tints of Steel Grey #42474D

RGB

 RED value IS 66 (26.17% from 255) = 30.84%

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

 BLUE value IS 77 (30.47% from 255) = 35.98%

R = 30.84%
G = 33.18%
B = 35.98%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42474D (or 0x42474D) is known color: Steel Grey. HEX triplet: 42, 47 and 4D. RGB value is (66,71,77). Sum of RGB (Red+Green+Blue) = 66+71+77=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 77 - color contains mainly: blue. Hex color #42474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42474D is #BDB8B2. Grayscale: #464646. Windows color (decimal): -12433587 or 5064514. OLE color: 5064514.

HSL color Cylindrical-coordinate representation of color #42474D: hue angle of 212.73º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #42474D is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 71 77 -
CMYK 0.14 0.08 0 0.70
HSL 212.73º 0.08% 0.28% -
HSV(B) 212.73º 0.14% 0.3% -
XYZ 5.84 6.2 7.91 -
YUV 70.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 66 71 77 0.14 0.08 0 0.70 212.73 0.08 0.28
Hex 42 47 4D E 8 0 46 D5 8 1C
Octal 102 107 115 16 10 0 106 325 10 34
Binary 1000010 1000111 1001101 1110 1000 0 1000110 11010101 1000 11100

Color Harmonies of #42474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42474D

Black with #42474D

Text Example


Text Example

White with #42474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42474D; }

 p { color: rgb(66,71,77); }

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

background-color css

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

 a { background-color: rgb(66,71,77); }

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

border-color css

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

 span { border-color: rgb(66,71,77); }

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