#405D66

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

Shades of Smalt Blue #405D66

Tints of Smalt Blue #405D66

Color information

#405D66 (or 0x405D66) is unknown color: approx Smalt Blue. HEX triplet: 40, 5D and 66. RGB value is (64,93,102). Sum of RGB (Red+Green+Blue) = 64+93+102=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 93 (36.72% from 255 or 35.91% from 259); Blue value is 102 (40.23% from 255 or 39.38% from 259); Max value from RGB is 102 - color contains mainly: blue. Hex color #405D66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405D66 is #BFA299. Grayscale: #555555. Windows color (decimal): -12559002 or 6708544. OLE color: 6708544.

HSL color Cylindrical-coordinate representation of color #405D66: hue angle of 194.21º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #405D66 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6493102-
CMYK0.370.0900.6
HSL194.21º22.89%32.55%-
HSV(B)194.21º37.25%40%-
XYZ8.439.8814.03-
YUV85.35137.39112.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.71%
GREEN value IS 93 (36.72% from 255) = 35.91%
BLUE value IS 102 (40.23% from 255) = 39.38%
R=24.71%
G=35.91%
B=39.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64931020.370.0900.6194.2122.8932.55
Hex405D6625903Cc21721
Octal10013514645110743022741
Binary100000010111011100110100101100101111001100001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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