#40616F

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

Shades of Smalt Blue #40616F

Tints of Smalt Blue #40616F

Color information

#40616F (or 0x40616F) is unknown color: approx Smalt Blue. HEX triplet: 40, 61 and 6F. RGB value is (64,97,111). Sum of RGB (Red+Green+Blue) = 64+97+111=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 97 (38.28% from 255 or 35.66% from 272); Blue value is 111 (43.75% from 255 or 40.81% from 272); Max value from RGB is 111 - color contains mainly: blue. Hex color #40616F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40616F is #BF9E90. Grayscale: #585858. Windows color (decimal): -12557969 or 7299392. OLE color: 7299392.

HSL color Cylindrical-coordinate representation of color #40616F: hue angle of 197.87º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40616F is Cyan = 0.42, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6497111-
CMYK0.420.1300.56
HSL197.87º26.86%34.31%-
HSV(B)197.87º42.34%43.53%-
XYZ9.2610.7916.63-
YUV88.73140.57110.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 97 (38.28% from 255) = 35.66%
BLUE value IS 111 (43.75% from 255) = 40.81%
R=23.53%
G=35.66%
B=40.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64971110.420.1300.56197.8726.8634.31
Hex40616F2AD038c61b22
Octal10014115752150703063342
Binary100000011000011101111101010110101110001100011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,97,111); }

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

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

 a { background-color: rgb(64,97,111); }

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

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

 span { border-color: rgb(64,97,111); }

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