#406470

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

Shades of Smalt Blue #406470

Tints of Smalt Blue #406470

Color information

#406470 (or 0x406470) is unknown color: approx Smalt Blue. HEX triplet: 40, 64 and 70. RGB value is (64,100,112). Sum of RGB (Red+Green+Blue) = 64+100+112=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 112 - color contains mainly: blue. Hex color #406470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406470 is #BF9B8F. Grayscale: #5A5A5A. Windows color (decimal): -12557200 or 7365696. OLE color: 7365696.

HSL color Cylindrical-coordinate representation of color #406470: hue angle of 195º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #406470 is Cyan = 0.43, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB64100112-
CMYK0.430.1100.56
HSL195º27.27%34.51%-
HSV(B)195º42.86%43.92%-
XYZ9.611.3717.02-
YUV90.6140.07109.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 112 (44.14% from 255) = 40.58%
R=23.19%
G=36.23%
B=40.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal641001120.430.1100.5619527.2734.51
Hex4064702BB038c31b23
Octal10014416053130703033343
Binary100000011001001110000101011101101110001100001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406470; }

 p { color: rgb(64,100,112); }

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

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

 a { background-color: rgb(64,100,112); }

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

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

 span { border-color: rgb(64,100,112); }

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