#44656E

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

Shades of Smalt Blue #44656E

Tints of Smalt Blue #44656E

Color information

#44656E (or 0x44656E) is unknown color: approx Smalt Blue. HEX triplet: 44, 65 and 6E. RGB value is (68,101,110). Sum of RGB (Red+Green+Blue) = 68+101+110=279 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.37% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 110 - color contains mainly: blue. Hex color #44656E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44656E is #BB9A91. Grayscale: #5C5C5C. Windows color (decimal): -12294802 or 7234884. OLE color: 7234884.

HSL color Cylindrical-coordinate representation of color #44656E: hue angle of 192.86º degrees, saturation: 0.24, 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 #44656E is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB68101110-
CMYK0.380.0800.57
HSL192.86º23.6%34.9%-
HSV(B)192.86º38.18%43.14%-
XYZ9.8511.6616.48-
YUV92.16138.07110.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.37%
GREEN value IS 101 (39.84% from 255) = 36.20%
BLUE value IS 110 (43.36% from 255) = 39.43%
R=24.37%
G=36.20%
B=39.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal681011100.380.0800.57192.8623.634.9
Hex44656E268039c11823
Octal10414515646100713013043
Binary100010011001011101110100110100001110011100000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44656E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44656E; }

 p { color: rgb(68,101,110); }

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

<style>
 a { background-color: #44656E; }

 a { background-color: rgb(68,101,110); }

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

<style>
 span { border-color: #44656E; }

 span { border-color: rgb(68,101,110); }

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