#44616D

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

Shades of Smalt Blue #44616D

Tints of Smalt Blue #44616D

Color information

#44616D (or 0x44616D) is unknown color: approx Smalt Blue. HEX triplet: 44, 61 and 6D. RGB value is (68,97,109). Sum of RGB (Red+Green+Blue) = 68+97+109=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 109 (42.97% from 255 or 39.78% from 274); Max value from RGB is 109 - color contains mainly: blue. Hex color #44616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44616D is #BB9E92. Grayscale: #595959. Windows color (decimal): -12295827 or 7168324. OLE color: 7168324.

HSL color Cylindrical-coordinate representation of color #44616D: hue angle of 197.56º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44616D is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6897109-
CMYK0.380.1100.57
HSL197.56º23.16%34.71%-
HSV(B)197.56º37.61%42.75%-
XYZ9.4210.8816.07-
YUV89.7138.89112.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 97 (38.28% from 255) = 35.40%
BLUE value IS 109 (42.97% from 255) = 39.78%
R=24.82%
G=35.40%
B=39.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68971090.380.1100.57197.5623.1634.71
Hex44616D26B039c61723
Octal10414115546130713062743
Binary100010011000011101101100110101101110011100011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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