#445C63

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

Shades of Smalt Blue #445C63

Tints of Smalt Blue #445C63

Color information

#445C63 (or 0x445C63) is unknown color: approx Smalt Blue. HEX triplet: 44, 5C and 63. RGB value is (68,92,99). Sum of RGB (Red+Green+Blue) = 68+92+99=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #445C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C63 is #BBA39C. Grayscale: #555555. Windows color (decimal): -12297117 or 6511684. OLE color: 6511684.

HSL color Cylindrical-coordinate representation of color #445C63: hue angle of 193.55º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #445C63 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB689299-
CMYK0.310.0700.61
HSL193.55º18.56%32.75%-
HSV(B)193.55º31.31%38.82%-
XYZ8.469.7813.25-
YUV85.62135.55115.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.25%
GREEN value IS 92 (36.33% from 255) = 35.52%
BLUE value IS 99 (39.06% from 255) = 38.22%
R=26.25%
G=35.52%
B=38.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6892990.310.0700.61193.5518.5632.75
Hex445C631F703Dc21321
Octal1041341433770753022341
Binary1000100101110011000111111111101111011100001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,92,99); }

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

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

 a { background-color: rgb(68,92,99); }

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

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

 span { border-color: rgb(68,92,99); }

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