#464B4D

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

Shades of Atomic #464B4D

Tints of Atomic #464B4D

Color information

#464B4D (or 0x464B4D) is unknown color: approx Atomic. HEX triplet: 46, 4B and 4D. RGB value is (70,75,77). Sum of RGB (Red+Green+Blue) = 70+75+77=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 77 - color contains mainly: blue. Hex color #464B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464B4D is #B9B4B2. Grayscale: #494949. Windows color (decimal): -12170419 or 5065542. OLE color: 5065542.

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

Color convert

RGB707577-
CMYK0.090.0300.70
HSL197.14º4.76%28.82%-
HSV(B)197.14º9.09%30.2%-
XYZ6.386.878.01-
YUV73.73129.84125.34-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=31.53%
G=33.78%
B=34.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7075770.090.0300.70197.144.7628.82
Hex464B4D93046c551d
Octal1061131151130106305535
Binary100011010010111001101100111010001101100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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