#405E68

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

Shades of Smalt Blue #405E68

Tints of Smalt Blue #405E68

Color information

#405E68 (or 0x405E68) is unknown color: approx Smalt Blue. HEX triplet: 40, 5E and 68. RGB value is (64,94,104). Sum of RGB (Red+Green+Blue) = 64+94+104=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 94 (37.11% from 255 or 35.88% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 104 - color contains mainly: blue. Hex color #405E68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405E68 is #BFA197. Grayscale: #565656. Windows color (decimal): -12558744 or 6839872. OLE color: 6839872.

HSL color Cylindrical-coordinate representation of color #405E68: hue angle of 195º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #405E68 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6494104-
CMYK0.380.1000.59
HSL195º23.81%32.94%-
HSV(B)195º38.46%40.78%-
XYZ8.6210.0914.59-
YUV86.17138.06112.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.43%
GREEN value IS 94 (37.11% from 255) = 35.88%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=24.43%
G=35.88%
B=39.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64941040.380.1000.5919523.8132.94
Hex405E6826A03Bc31821
Octal10013615046120733033041
Binary100000010111101101000100110101001110111100001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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