#405D63

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

Shades of Smalt Blue #405D63

Tints of Smalt Blue #405D63

Color information

#405D63 (or 0x405D63) is unknown color: approx Smalt Blue. HEX triplet: 40, 5D and 63. RGB value is (64,93,99). Sum of RGB (Red+Green+Blue) = 64+93+99=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 93 (36.72% from 255 or 36.33% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 99 - color contains mainly: blue. Hex color #405D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D63 is #BFA29C. Grayscale: #545454. Windows color (decimal): -12559005 or 6511936. OLE color: 6511936.

HSL color Cylindrical-coordinate representation of color #405D63: hue angle of 190.29º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #405D63 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB649399-
CMYK0.350.0600.61
HSL190.29º21.47%31.96%-
HSV(B)190.29º35.35%38.82%-
XYZ8.289.8213.26-
YUV85.01135.89113.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25%
GREEN value IS 93 (36.72% from 255) = 36.33%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=25%
G=36.33%
B=38.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6493990.350.0600.61190.2921.4731.96
Hex405D6323603Dbe1520
Octal1001351434360752762540
Binary10000001011101110001110001111001111011011111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405D63; }

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

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

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

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

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

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

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

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