#44606C

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

Shades of Smalt Blue #44606C

Tints of Smalt Blue #44606C

Color information

#44606C (or 0x44606C) is unknown color: approx Smalt Blue. HEX triplet: 44, 60 and 6C. RGB value is (68,96,108). Sum of RGB (Red+Green+Blue) = 68+96+108=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 108 - color contains mainly: blue. Hex color #44606C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44606C is #BB9F93. Grayscale: #585858. Windows color (decimal): -12296084 or 7102532. OLE color: 7102532.

HSL color Cylindrical-coordinate representation of color #44606C: hue angle of 198º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #44606C is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6896108-
CMYK0.370.1100.58
HSL198º22.73%34.51%-
HSV(B)198º37.04%42.35%-
XYZ9.2710.6815.76-
YUV89138.72113.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 108 (42.58% from 255) = 39.71%
R=25%
G=35.29%
B=39.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68961080.370.1100.5819822.7334.51
Hex44606C25B03Ac61723
Octal10414015445130723062743
Binary100010011000001101100100101101101110101100011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44606C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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