#405F62

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

Shades of Smalt Blue #405F62

Tints of Smalt Blue #405F62

Color information

#405F62 (or 0x405F62) is unknown color: approx Smalt Blue. HEX triplet: 40, 5F and 62. RGB value is (64,95,98). Sum of RGB (Red+Green+Blue) = 64+95+98=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 98 - color contains mainly: blue. Hex color #405F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F62 is #BFA09D. Grayscale: #565656. Windows color (decimal): -12558494 or 6446912. OLE color: 6446912.

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

Color convert

RGB649598-
CMYK0.350.0300.62
HSL185.29º20.99%31.76%-
HSV(B)185.29º34.69%38.43%-
XYZ8.4110.1613.07-
YUV86.07134.73112.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 95 (37.5% from 255) = 36.96%
BLUE value IS 98 (38.67% from 255) = 38.13%
R=24.90%
G=36.96%
B=38.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6495980.350.0300.62185.2920.9931.76
Hex405F6223303Eb91520
Octal1001371424330762712540
Binary1000000101111111000101000111101111101011100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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