#44626C

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

Shades of Smalt Blue #44626C

Tints of Smalt Blue #44626C

Color information

#44626C (or 0x44626C) is unknown color: approx Smalt Blue. HEX triplet: 44, 62 and 6C. RGB value is (68,98,108). Sum of RGB (Red+Green+Blue) = 68+98+108=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 108 - color contains mainly: blue. Hex color #44626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44626C is #BB9D93. Grayscale: #5A5A5A. Windows color (decimal): -12295572 or 7103044. OLE color: 7103044.

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

Color convert

RGB6898108-
CMYK0.370.0900.58
HSL195º22.73%34.51%-
HSV(B)195º37.04%42.35%-
XYZ9.4611.0515.82-
YUV90.17138.06112.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 98 (38.67% from 255) = 35.77%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=24.82%
G=35.77%
B=39.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68981080.370.0900.5819522.7334.51
Hex44626C25903Ac31723
Octal10414215445110723032743
Binary100010011000101101100100101100101110101100001110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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