#464A4C

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

Shades of Atomic #464A4C

Tints of Atomic #464A4C

Color information

#464A4C (or 0x464A4C) is unknown color: approx Atomic. HEX triplet: 46, 4A and 4C. RGB value is (70,74,76). Sum of RGB (Red+Green+Blue) = 70+74+76=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 76 - color contains mainly: blue. Hex color #464A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464A4C is #B9B5B3. Grayscale: #494949. Windows color (decimal): -12170676 or 4999750. OLE color: 4999750.

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

Color convert

RGB707476-
CMYK0.080.0300.70
HSL200º4.11%28.63%-
HSV(B)200º7.89%29.8%-
XYZ6.286.727.8-
YUV73.03129.67125.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=31.82%
G=33.64%
B=34.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7074760.080.0300.702004.1128.63
Hex464A4C83046c841d
Octal1061121141030106310435
Binary100011010010101001100100011010001101100100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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