#42464D

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

Shades of Steel Grey #42464D

Tints of Steel Grey #42464D

Color information

#42464D (or 0x42464D) is unknown color: approx Steel Grey. HEX triplet: 42, 46 and 4D. RGB value is (66,70,77). Sum of RGB (Red+Green+Blue) = 66+70+77=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 77 - color contains mainly: blue. Hex color #42464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42464D is #BDB9B2. Grayscale: #454545. Windows color (decimal): -12433843 or 5064258. OLE color: 5064258.

HSL color Cylindrical-coordinate representation of color #42464D: hue angle of 218.18º 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 #42464D is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB667077-
CMYK0.140.0900.70
HSL218.18º7.69%28.04%-
HSV(B)218.18º14.29%30.2%-
XYZ5.786.077.89-
YUV69.6132.17125.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 70 (27.73% from 255) = 32.86%
BLUE value IS 77 (30.47% from 255) = 36.15%
R=30.99%
G=32.86%
B=36.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6670770.140.0900.70218.187.6928.04
Hex42464DE9046da81c
Octal102106115161101063321034
Binary100001010001101001101111010010100011011011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42464D;
 }
 .AnyTagClassName
 {
   color: #42464D;
 }
</style>
background-color css

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

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

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

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

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

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