#42474F

Color #42474F Steel Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Grey #42474F

Tints of Steel Grey #42474F

Color information

#42474F (or 0x42474F) is unknown color: approx 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

RGB667179-
CMYK0.160.1000.69
HSL216.92º8.97%28.43%-
HSV(B)216.92º16.46%30.98%-
XYZ5.916.238.29-
YUV70.42132.84124.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 71 (28.12% 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 (Cyan) values IS 0.16
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6671790.160.1000.69216.928.9728.43
Hex42474F10A045d991c
Octal102107117201201053311134
Binary1000010100011110011111000010100100010111011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42474F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>