#40616C

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

Shades of Smalt Blue #40616C

Tints of Smalt Blue #40616C

Color information

#40616C (or 0x40616C) is unknown color: approx Smalt Blue. HEX triplet: 40, 61 and 6C. RGB value is (64,97,108). Sum of RGB (Red+Green+Blue) = 64+97+108=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 108 (42.58% from 255 or 40.15% from 269); Max value from RGB is 108 - color contains mainly: blue. Hex color #40616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40616C is #BF9E93. Grayscale: #585858. Windows color (decimal): -12557972 or 7102784. OLE color: 7102784.

HSL color Cylindrical-coordinate representation of color #40616C: hue angle of 195º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #40616C is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6497108-
CMYK0.410.1000.58
HSL195º25.58%33.73%-
HSV(B)195º40.74%42.35%-
XYZ9.110.7215.78-
YUV88.39139.07110.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 97 (38.28% from 255) = 36.06%
BLUE value IS 108 (42.58% from 255) = 40.15%
R=23.79%
G=36.06%
B=40.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64971080.410.1000.5819525.5833.73
Hex40616C29A03Ac31a22
Octal10014115451120723033242
Binary100000011000011101100101001101001110101100001111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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