#405E63

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

Shades of Smalt Blue #405E63

Tints of Smalt Blue #405E63

Color information

#405E63 (or 0x405E63) is unknown color: approx Smalt Blue. HEX triplet: 40, 5E and 63. RGB value is (64,94,99). Sum of RGB (Red+Green+Blue) = 64+94+99=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 94 (37.11% from 255 or 36.58% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 99 - color contains mainly: blue. Hex color #405E63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405E63 is #BFA19C. Grayscale: #555555. Windows color (decimal): -12558749 or 6512192. OLE color: 6512192.

HSL color Cylindrical-coordinate representation of color #405E63: hue angle of 188.57º 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 #405E63 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB649499-
CMYK0.350.0500.61
HSL188.57º21.47%31.96%-
HSV(B)188.57º35.35%38.82%-
XYZ8.371013.29-
YUV85.6135.56112.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 94 (37.11% from 255) = 36.58%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=24.90%
G=36.58%
B=38.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6494990.350.0500.61188.5721.4731.96
Hex405E6323503Dbd1520
Octal1001361434350752752540
Binary10000001011110110001110001110101111011011110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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