#40626A

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

Shades of Smalt Blue #40626A

Tints of Smalt Blue #40626A

Color information

#40626A (or 0x40626A) is unknown color: approx Smalt Blue. HEX triplet: 40, 62 and 6A. RGB value is (64,98,106). Sum of RGB (Red+Green+Blue) = 64+98+106=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 106 (41.80% from 255 or 39.55% from 268); Max value from RGB is 106 - color contains mainly: blue. Hex color #40626A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40626A is #BF9D95. Grayscale: #585858. Windows color (decimal): -12557718 or 6971968. OLE color: 6971968.

HSL color Cylindrical-coordinate representation of color #40626A: hue angle of 191.43º 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 #40626A is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6498106-
CMYK0.400.0800.58
HSL191.43º24.71%33.33%-
HSV(B)191.43º39.62%41.57%-
XYZ9.0810.8715.25-
YUV88.75137.74110.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.88%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 106 (41.80% from 255) = 39.55%
R=23.88%
G=36.57%
B=39.55%

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
Decimal64981060.400.0800.58191.4324.7133.33
Hex40626A28803Abf1921
Octal10014215250100722773141
Binary100000011000101101010101000100001110101011111111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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