#445F62

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

Shades of Smalt Blue #445F62

Tints of Smalt Blue #445F62

Color information

#445F62 (or 0x445F62) is unknown color: approx Smalt Blue. HEX triplet: 44, 5F and 62. RGB value is (68,95,98). Sum of RGB (Red+Green+Blue) = 68+95+98=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 98 - color contains mainly: blue. Hex color #445F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445F62 is #BBA09D. Grayscale: #575757. Windows color (decimal): -12296350 or 6446916. OLE color: 6446916.

HSL color Cylindrical-coordinate representation of color #445F62: hue angle of 186º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445F62 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB689598-
CMYK0.310.0300.62
HSL186º18.07%32.55%-
HSV(B)186º30.61%38.43%-
XYZ8.6810.313.08-
YUV87.27134.05114.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=26.05%
G=36.40%
B=37.55%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6895980.310.0300.6218618.0732.55
Hex445F621F303Eba1221
Octal1041371423730762722241
Binary100010010111111100010111111101111101011101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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