#445F65

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

Shades of Smalt Blue #445F65

Tints of Smalt Blue #445F65

Color information

#445F65 (or 0x445F65) is unknown color: approx Smalt Blue. HEX triplet: 44, 5F and 65. RGB value is (68,95,101). Sum of RGB (Red+Green+Blue) = 68+95+101=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 95 (37.5% from 255 or 35.98% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 101 - color contains mainly: blue. Hex color #445F65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F65 is #BBA09A. Grayscale: #575757. Windows color (decimal): -12296347 or 6643524. OLE color: 6643524.

HSL color Cylindrical-coordinate representation of color #445F65: hue angle of 190.91º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #445F65 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6895101-
CMYK0.330.0600.60
HSL190.91º19.53%33.14%-
HSV(B)190.91º32.67%39.61%-
XYZ8.8310.3513.85-
YUV87.61135.55114.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 95 (37.5% from 255) = 35.98%
BLUE value IS 101 (39.84% from 255) = 38.26%
R=25.76%
G=35.98%
B=38.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68951010.330.0600.60190.9119.5333.14
Hex445F6521603Cbf1421
Octal1041371454160742772441
Binary10001001011111110010110000111001111001011111110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445F65; }

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

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

<style>
 a { background-color: #445F65; }

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

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

<style>
 span { border-color: #445F65; }

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

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