#404B4F

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

Shades of Atomic #404B4F

Tints of Atomic #404B4F

Color information

#404B4F (or 0x404B4F) is unknown color: approx Atomic. HEX triplet: 40, 4B and 4F. RGB value is (64,75,79). Sum of RGB (Red+Green+Blue) = 64+75+79=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #404B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404B4F is #BFB4B0. Grayscale: #484848. Windows color (decimal): -12563633 or 5196608. OLE color: 5196608.

HSL color Cylindrical-coordinate representation of color #404B4F: hue angle of 196º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #404B4F is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB647579-
CMYK0.190.0500.69
HSL196º10.49%28.04%-
HSV(B)196º18.99%30.98%-
XYZ6.046.698.37-
YUV72.17131.86122.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=29.36%
G=34.40%
B=36.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6475790.190.0500.6919610.4928.04
Hex404B4F135045c4a1c
Octal10011311723501053041234
Binary100000010010111001111100111010100010111000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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