#40626B

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

Shades of Smalt Blue #40626B

Tints of Smalt Blue #40626B

Color information

#40626B (or 0x40626B) is unknown color: approx Smalt Blue. HEX triplet: 40, 62 and 6B. RGB value is (64,98,107). Sum of RGB (Red+Green+Blue) = 64+98+107=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 107 (42.19% from 255 or 39.78% from 269); Max value from RGB is 107 - color contains mainly: blue. Hex color #40626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40626B is #BF9D94. Grayscale: #585858. Windows color (decimal): -12557717 or 7037504. OLE color: 7037504.

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

Color convert

RGB6498107-
CMYK0.400.0800.58
HSL192.56º25.15%33.53%-
HSV(B)192.56º40.19%41.96%-
XYZ9.1410.8915.53-
YUV88.86138.24110.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 107 (42.19% from 255) = 39.78%
R=23.79%
G=36.43%
B=39.78%

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
Decimal64981070.400.0800.58192.5625.1533.53
Hex40626B28803Ac11922
Octal10014215350100723013142
Binary100000011000101101011101000100001110101100000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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