#44606B

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

Shades of Smalt Blue #44606B

Tints of Smalt Blue #44606B

Color information

#44606B (or 0x44606B) is unknown color: approx Smalt Blue. HEX triplet: 44, 60 and 6B. RGB value is (68,96,107). Sum of RGB (Red+Green+Blue) = 68+96+107=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 107 - color contains mainly: blue. Hex color #44606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44606B is #BB9F94. Grayscale: #585858. Windows color (decimal): -12296085 or 7036996. OLE color: 7036996.

HSL color Cylindrical-coordinate representation of color #44606B: hue angle of 196.92º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #44606B is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6896107-
CMYK0.360.1000.58
HSL196.92º22.29%34.31%-
HSV(B)196.92º36.45%41.96%-
XYZ9.2210.6615.48-
YUV88.88138.22113.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=25.09%
G=35.42%
B=39.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68961070.360.1000.58196.9222.2934.31
Hex44606B24A03Ac51622
Octal10414015344120723052642
Binary100010011000001101011100100101001110101100010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44606B; }

 p { color: rgb(68,96,107); }

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

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

 a { background-color: rgb(68,96,107); }

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

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

 span { border-color: rgb(68,96,107); }

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