#445D63

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

Shades of Smalt Blue #445D63

Tints of Smalt Blue #445D63

Color information

#445D63 (or 0x445D63) is unknown color: approx Smalt Blue. HEX triplet: 44, 5D and 63. RGB value is (68,93,99). Sum of RGB (Red+Green+Blue) = 68+93+99=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #445D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445D63 is #BBA29C. Grayscale: #565656. Windows color (decimal): -12296861 or 6511940. OLE color: 6511940.

HSL color Cylindrical-coordinate representation of color #445D63: hue angle of 191.61º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445D63 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB689399-
CMYK0.310.0600.61
HSL191.61º18.56%32.75%-
HSV(B)191.61º31.31%38.82%-
XYZ8.559.9613.28-
YUV86.21135.22115.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=26.15%
G=35.77%
B=38.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6893990.310.0600.61191.6118.5632.75
Hex445D631F603Dc01321
Octal1041351433760753002341
Binary1000100101110111000111111111001111011100000010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,93,99); }

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

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

 a { background-color: rgb(68,93,99); }

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

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

 span { border-color: rgb(68,93,99); }

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