#406068

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

Shades of Smalt Blue #406068

Tints of Smalt Blue #406068

Color information

#406068 (or 0x406068) is unknown color: approx Smalt Blue. HEX triplet: 40, 60 and 68. RGB value is (64,96,104). Sum of RGB (Red+Green+Blue) = 64+96+104=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 104 - color contains mainly: blue. Hex color #406068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406068 is #BF9F97. Grayscale: #575757. Windows color (decimal): -12558232 or 6840384. OLE color: 6840384.

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

Color convert

RGB6496104-
CMYK0.380.0800.59
HSL192º23.81%32.94%-
HSV(B)192º38.46%40.78%-
XYZ8.810.4614.65-
YUV87.34137.4111.35-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=24.24%
G=36.36%
B=39.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64961040.380.0800.5919223.8132.94
Hex40606826803Bc01821
Octal10014015046100733003041
Binary100000011000001101000100110100001110111100000011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #406068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #406068; }

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

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

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

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

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

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

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

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