#44646C

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

Shades of Smalt Blue #44646C

Tints of Smalt Blue #44646C

Color information

#44646C (or 0x44646C) is unknown color: approx Smalt Blue. HEX triplet: 44, 64 and 6C. RGB value is (68,100,108). Sum of RGB (Red+Green+Blue) = 68+100+108=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 108 - color contains mainly: blue. Hex color #44646C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44646C is #BB9B93. Grayscale: #5B5B5B. Windows color (decimal): -12295060 or 7103556. OLE color: 7103556.

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

Color convert

RGB68100108-
CMYK0.370.0700.58
HSL192º22.73%34.51%-
HSV(B)192º37.04%42.35%-
XYZ9.6511.4315.88-
YUV91.34137.4111.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.64%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=24.64%
G=36.23%
B=39.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal681001080.370.0700.5819222.7334.51
Hex44646C25703Ac01723
Octal1041441544570723002743
Binary10001001100100110110010010111101110101100000010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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