#445E66

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

Shades of Smalt Blue #445E66

Tints of Smalt Blue #445E66

Color information

#445E66 (or 0x445E66) is unknown color: approx Smalt Blue. HEX triplet: 44, 5E and 66. RGB value is (68,94,102). Sum of RGB (Red+Green+Blue) = 68+94+102=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 102 (40.23% from 255 or 38.64% from 264); Max value from RGB is 102 - color contains mainly: blue. Hex color #445E66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445E66 is #BBA199. Grayscale: #575757. Windows color (decimal): -12296602 or 6708804. OLE color: 6708804.

HSL color Cylindrical-coordinate representation of color #445E66: hue angle of 194.12º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #445E66 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6894102-
CMYK0.330.0800.6
HSL194.12º20%33.33%-
HSV(B)194.12º33.33%40%-
XYZ8.7810.1914.07-
YUV87.14136.39114.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 102 (40.23% from 255) = 38.64%
R=25.76%
G=35.61%
B=38.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68941020.330.0800.6194.122033.33
Hex445E6621803Cc21421
Octal10413614641100743022441
Binary100010010111101100110100001100001111001100001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445E66; }

 p { color: rgb(68,94,102); }

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

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

 a { background-color: rgb(68,94,102); }

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

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

 span { border-color: rgb(68,94,102); }

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