#40616A

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

Shades of Smalt Blue #40616A

Tints of Smalt Blue #40616A

Color information

#40616A (or 0x40616A) is unknown color: approx Smalt Blue. HEX triplet: 40, 61 and 6A. RGB value is (64,97,106). Sum of RGB (Red+Green+Blue) = 64+97+106=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 106 - color contains mainly: blue. Hex color #40616A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40616A is #BF9E95. Grayscale: #585858. Windows color (decimal): -12557974 or 6971712. OLE color: 6971712.

HSL color Cylindrical-coordinate representation of color #40616A: hue angle of 192.86º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #40616A is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6497106-
CMYK0.400.0800.58
HSL192.86º24.71%33.33%-
HSV(B)192.86º39.62%41.57%-
XYZ8.9910.6815.22-
YUV88.16138.07110.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=23.97%
G=36.33%
B=39.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64971060.400.0800.58192.8624.7133.33
Hex40616A28803Ac11921
Octal10014115250100723013141
Binary100000011000011101010101000100001110101100000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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