#464C4F

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

Shades of Atomic #464C4F

Tints of Atomic #464C4F

Color information

#464C4F (or 0x464C4F) is unknown color: approx Atomic. HEX triplet: 46, 4C and 4F. RGB value is (70,76,79). Sum of RGB (Red+Green+Blue) = 70+76+79=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 79 - color contains mainly: blue. Hex color #464C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C4F is #B9B3B0. Grayscale: #4A4A4A. Windows color (decimal): -12170161 or 5196870. OLE color: 5196870.

HSL color Cylindrical-coordinate representation of color #464C4F: hue angle of 200º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #464C4F is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB707679-
CMYK0.110.0400.69
HSL200º6.04%29.22%-
HSV(B)200º11.39%30.98%-
XYZ6.527.048.41-
YUV74.55130.51124.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.11%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=31.11%
G=33.78%
B=35.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7076790.110.0400.692006.0429.22
Hex464C4FB4045c861d
Octal1061141171340105310635
Binary1000110100110010011111011100010001011100100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,76,79); }

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

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

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

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

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

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

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