#40626E

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

Shades of Smalt Blue #40626E

Tints of Smalt Blue #40626E

Color information

#40626E (or 0x40626E) is unknown color: approx Smalt Blue. HEX triplet: 40, 62 and 6E. RGB value is (64,98,110). Sum of RGB (Red+Green+Blue) = 64+98+110=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 110 - color contains mainly: blue. Hex color #40626E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40626E is #BF9D91. Grayscale: #595959. Windows color (decimal): -12557714 or 7234112. OLE color: 7234112.

HSL color Cylindrical-coordinate representation of color #40626E: hue angle of 195.65º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40626E is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6498110-
CMYK0.420.1100.57
HSL195.65º26.44%34.12%-
HSV(B)195.65º41.82%43.14%-
XYZ9.310.9516.38-
YUV89.2139.74110.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 98 (38.67% from 255) = 36.03%
BLUE value IS 110 (43.36% from 255) = 40.44%
R=23.53%
G=36.03%
B=40.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64981100.420.1100.57195.6526.4434.12
Hex40626E2AB039c41a22
Octal10014215652130713043242
Binary100000011000101101110101010101101110011100010011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40626E; }

 p { color: rgb(64,98,110); }

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

<style>
 a { background-color: #40626E; }

 a { background-color: rgb(64,98,110); }

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

<style>
 span { border-color: #40626E; }

 span { border-color: rgb(64,98,110); }

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