#44656F

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

Shades of Smalt Blue #44656F

Tints of Smalt Blue #44656F

Color information

#44656F (or 0x44656F) is unknown color: approx Smalt Blue. HEX triplet: 44, 65 and 6F. RGB value is (68,101,111). Sum of RGB (Red+Green+Blue) = 68+101+111=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #44656F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44656F is #BB9A90. Grayscale: #5C5C5C. Windows color (decimal): -12294801 or 7300420. OLE color: 7300420.

HSL color Cylindrical-coordinate representation of color #44656F: hue angle of 193.95º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44656F is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB68101111-
CMYK0.390.0900.56
HSL193.95º24.02%35.1%-
HSV(B)193.95º38.74%43.53%-
XYZ9.9111.6816.77-
YUV92.27138.57110.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=24.29%
G=36.07%
B=39.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal681011110.390.0900.56193.9524.0235.1
Hex44656F279038c21823
Octal10414515747110703023043
Binary100010011001011101111100111100101110001100001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44656F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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