Html Css Color HEX #42474F Steel Grey

📋 copy color: '#42474F'

red 66 ◦ green 71 ◦ blue 79

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

Shades of Steel Grey #42474F

Tints of Steel Grey #42474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.57%

R = 30.56%
G = 32.87%
B = 36.57%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42474F (or 0x42474F) is known color: Steel Grey. HEX triplet: 42, 47 and 4F. RGB value is (66,71,79). Sum of RGB (Red+Green+Blue) = 66+71+79=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 71 (28.12% from 255 or 32.87% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 79 - color contains mainly: blue. Hex color #42474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42474F is #BDB8B0. Grayscale: #464646. Windows color (decimal): -12433585 or 5195586. OLE color: 5195586.

HSL color Cylindrical-coordinate representation of color #42474F: hue angle of 216.92º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #42474F is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 71 79 -
CMYK 0.16 0.10 0 0.69
HSL 216.92º 0.09% 0.28% -
HSV(B) 216.92º 0.16% 0.31% -
XYZ 5.91 6.23 8.29 -
YUV 70.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 66 71 79 0.16 0.10 0 0.69 216.92 0.09 0.28
Hex 42 47 4F 10 A 0 45 D9 9 1C
Octal 102 107 117 20 12 0 105 331 11 34
Binary 1000010 1000111 1001111 10000 1010 0 1000101 11011001 1001 11100

Color Harmonies of #42474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42474F

Black with #42474F

Text Example


Text Example

White with #42474F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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