#40636B

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

Shades of Smalt Blue #40636B

Tints of Smalt Blue #40636B

Color information

#40636B (or 0x40636B) is unknown color: approx Smalt Blue. HEX triplet: 40, 63 and 6B. RGB value is (64,99,107). Sum of RGB (Red+Green+Blue) = 64+99+107=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 99 (39.06% from 255 or 36.67% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 107 - color contains mainly: blue. Hex color #40636B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40636B is #BF9C94. Grayscale: #595959. Windows color (decimal): -12557461 or 7037760. OLE color: 7037760.

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

Color convert

RGB6499107-
CMYK0.400.0700.58
HSL191.16º25.15%33.53%-
HSV(B)191.16º40.19%41.96%-
XYZ9.2311.0815.56-
YUV89.45137.9109.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.70%
GREEN value IS 99 (39.06% from 255) = 36.67%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=23.70%
G=36.67%
B=39.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64991070.400.0700.58191.1625.1533.53
Hex40636B28703Abf1922
Octal1001431535070722773142
Binary10000001100011110101110100011101110101011111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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