#445F61

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

Shades of Smalt Blue #445F61

Tints of Smalt Blue #445F61

Color information

#445F61 (or 0x445F61) is unknown color: approx Smalt Blue. HEX triplet: 44, 5F and 61. RGB value is (68,95,97). Sum of RGB (Red+Green+Blue) = 68+95+97=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 95 (37.5% from 255 or 36.54% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: blue. Hex color #445F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F61 is #BBA09E. Grayscale: #575757. Windows color (decimal): -12296351 or 6381380. OLE color: 6381380.

HSL color Cylindrical-coordinate representation of color #445F61: hue angle of 184.14º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #445F61 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB689597-
CMYK0.300.0200.62
HSL184.14º17.58%32.35%-
HSV(B)184.14º29.9%38.04%-
XYZ8.6310.2812.84-
YUV87.16133.55114.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 95 (37.5% from 255) = 36.54%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=26.15%
G=36.54%
B=37.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6895970.300.0200.62184.1417.5832.35
Hex445F611E203Eb81220
Octal1041371413620762702240
Binary100010010111111100001111101001111101011100010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,95,97); }

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

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

 a { background-color: rgb(68,95,97); }

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

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

 span { border-color: rgb(68,95,97); }

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