#406370

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

Shades of Smalt Blue #406370

Tints of Smalt Blue #406370

Color information

#406370 (or 0x406370) is unknown color: approx Smalt Blue. HEX triplet: 40, 63 and 70. RGB value is (64,99,112). Sum of RGB (Red+Green+Blue) = 64+99+112=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 112 (44.14% from 255 or 40.73% from 275); Max value from RGB is 112 - color contains mainly: blue. Hex color #406370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406370 is #BF9C8F. Grayscale: #595959. Windows color (decimal): -12557456 or 7365440. OLE color: 7365440.

HSL color Cylindrical-coordinate representation of color #406370: hue angle of 196.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #406370 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6499112-
CMYK0.430.1200.56
HSL196.25º27.27%34.51%-
HSV(B)196.25º42.86%43.92%-
XYZ9.511.1816.99-
YUV90.02140.4109.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 112 (44.14% from 255) = 40.73%
R=23.27%
G=36%
B=40.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64991120.430.1200.56196.2527.2734.51
Hex4063702BC038c41b23
Octal10014316053140703043343
Binary100000011000111110000101011110001110001100010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406370; }

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

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

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

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

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

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

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

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