#40494F

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

Shades of Atomic #40494F

Tints of Atomic #40494F

Color information

#40494F (or 0x40494F) is unknown color: approx Atomic. HEX triplet: 40, 49 and 4F. RGB value is (64,73,79). Sum of RGB (Red+Green+Blue) = 64+73+79=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 79 - color contains mainly: blue. Hex color #40494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40494F is #BFB6B0. Grayscale: #464646. Windows color (decimal): -12564145 or 5196096. OLE color: 5196096.

HSL color Cylindrical-coordinate representation of color #40494F: hue angle of 204º 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 #40494F is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB647379-
CMYK0.190.0800.69
HSL204º10.49%28.04%-
HSV(B)204º18.99%30.98%-
XYZ5.916.428.32-
YUV70.99132.52123.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.63%
GREEN value IS 73 (28.91% from 255) = 33.80%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=29.63%
G=33.80%
B=36.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6473790.190.0800.6920410.4928.04
Hex40494F138045cca1c
Octal100111117231001053141234
Binary1000000100100110011111001110000100010111001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40494F; }

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

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

<style>
 a { background-color: #40494F; }

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

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

<style>
 span { border-color: #40494F; }

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

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