#44616C

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

Shades of Smalt Blue #44616C

Tints of Smalt Blue #44616C

Color information

#44616C (or 0x44616C) is unknown color: approx Smalt Blue. HEX triplet: 44, 61 and 6C. RGB value is (68,97,108). Sum of RGB (Red+Green+Blue) = 68+97+108=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 108 - color contains mainly: blue. Hex color #44616C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44616C is #BB9E93. Grayscale: #595959. Windows color (decimal): -12295828 or 7102788. OLE color: 7102788.

HSL color Cylindrical-coordinate representation of color #44616C: hue angle of 196.5º 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 #44616C is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6897108-
CMYK0.370.1000.58
HSL196.5º22.73%34.51%-
HSV(B)196.5º37.04%42.35%-
XYZ9.3710.8615.79-
YUV89.58138.39112.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 97 (38.28% from 255) = 35.53%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=24.91%
G=35.53%
B=39.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68971080.370.1000.58196.522.7334.51
Hex44616C25A03Ac41723
Octal10414115445120723042743
Binary100010011000011101100100101101001110101100010010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44616C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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