#406269

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

Shades of Smalt Blue #406269

Tints of Smalt Blue #406269

Color information

#406269 (or 0x406269) is unknown color: approx Smalt Blue. HEX triplet: 40, 62 and 69. RGB value is (64,98,105). Sum of RGB (Red+Green+Blue) = 64+98+105=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 105 - color contains mainly: blue. Hex color #406269 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406269 is #BF9D96. Grayscale: #585858. Windows color (decimal): -12557719 or 6906432. OLE color: 6906432.

HSL color Cylindrical-coordinate representation of color #406269: hue angle of 190.24º 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 #406269 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6498105-
CMYK0.390.0700.59
HSL190.24º24.26%33.14%-
HSV(B)190.24º39.05%41.18%-
XYZ9.0310.8514.98-
YUV88.63137.24110.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.97%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=23.97%
G=36.70%
B=39.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64981050.390.0700.59190.2424.2633.14
Hex40626927703Bbe1821
Octal1001421514770732763041
Binary10000001100010110100110011111101110111011111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406269; }

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

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

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

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

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

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

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

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