#464A4A

Color #464A4A Dark Slate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate #464A4A

Tints of Dark Slate #464A4A

Color information

#464A4A (or 0x464A4A) is unknown color: approx Dark Slate. HEX triplet: 46, 4A and 4A. RGB value is (70,74,74). Sum of RGB (Red+Green+Blue) = 70+74+74=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 74 (29.30% from 255 or 33.94% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #464A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A4A is #B9B5B5. Grayscale: #484848. Windows color (decimal): -12170678 or 4868678. OLE color: 4868678.

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

Color convert

RGB707474-
CMYK0.05000.71
HSL180º2.78%28.24%-
HSV(B)180º5.41%29.02%-
XYZ6.216.697.44-
YUV72.8128.67126-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 74 (29.30% from 255) = 33.94%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=32.11%
G=33.94%
B=33.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7074740.05000.711802.7828.24
Hex464A4A50047b431c
Octal106112112500107264334
Binary100011010010101001010101001000111101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464A4A; }

 p { color: rgb(70,74,74); }

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

<style>
 a { background-color: #464A4A; }

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

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

<style>
 span { border-color: #464A4A; }

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

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