#44626B

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

Shades of Smalt Blue #44626B

Tints of Smalt Blue #44626B

Color information

#44626B (or 0x44626B) is unknown color: approx Smalt Blue. HEX triplet: 44, 62 and 6B. RGB value is (68,98,107). Sum of RGB (Red+Green+Blue) = 68+98+107=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 98 (38.67% from 255 or 35.90% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 107 - color contains mainly: blue. Hex color #44626B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44626B is #BB9D94. Grayscale: #595959. Windows color (decimal): -12295573 or 7037508. OLE color: 7037508.

HSL color Cylindrical-coordinate representation of color #44626B: hue angle of 193.85º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #44626B is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6898107-
CMYK0.360.0800.58
HSL193.85º22.29%34.31%-
HSV(B)193.85º36.45%41.96%-
XYZ9.4111.0315.54-
YUV90.06137.56112.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 98 (38.67% from 255) = 35.90%
BLUE value IS 107 (42.19% from 255) = 39.19%
R=24.91%
G=35.90%
B=39.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68981070.360.0800.58193.8522.2934.31
Hex44626B24803Ac21622
Octal10414215344100723022642
Binary100010011000101101011100100100001110101100001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44626B; }

 p { color: rgb(68,98,107); }

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

<style>
 a { background-color: #44626B; }

 a { background-color: rgb(68,98,107); }

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

<style>
 span { border-color: #44626B; }

 span { border-color: rgb(68,98,107); }

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