#404B4D

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

Shades of Atomic #404B4D

Tints of Atomic #404B4D

Color information

#404B4D (or 0x404B4D) is unknown color: approx Atomic. HEX triplet: 40, 4B and 4D. RGB value is (64,75,77). Sum of RGB (Red+Green+Blue) = 64+75+77=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 77 - color contains mainly: blue. Hex color #404B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B4D is #BFB4B2. Grayscale: #474747. Windows color (decimal): -12563635 or 5065536. OLE color: 5065536.

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

Color convert

RGB647577-
CMYK0.170.0300.70
HSL189.23º9.22%27.65%-
HSV(B)189.23º16.88%30.2%-
XYZ5.976.667.99-
YUV71.94130.86122.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=29.63%
G=34.72%
B=35.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6475770.170.0300.70189.239.2227.65
Hex404B4D113046bd91c
Octal10011311521301062751134
Binary10000001001011100110110001110100011010111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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