#405F69

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

Shades of Smalt Blue #405F69

Tints of Smalt Blue #405F69

Color information

#405F69 (or 0x405F69) is unknown color: approx Smalt Blue. HEX triplet: 40, 5F and 69. RGB value is (64,95,105). Sum of RGB (Red+Green+Blue) = 64+95+105=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 105 - color contains mainly: blue. Hex color #405F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #405F69 is #BFA096. Grayscale: #565656. Windows color (decimal): -12558487 or 6905664. OLE color: 6905664.

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

Color convert

RGB6495105-
CMYK0.390.1000.59
HSL194.63º24.26%33.14%-
HSV(B)194.63º39.05%41.18%-
XYZ8.7610.2914.89-
YUV86.87138.23111.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 105 (41.41% from 255) = 39.77%
R=24.24%
G=35.98%
B=39.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64951050.390.1000.59194.6324.2633.14
Hex405F6927A03Bc31821
Octal10013715147120733033041
Binary100000010111111101001100111101001110111100001111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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