#446063

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

Shades of Smalt Blue #446063

Tints of Smalt Blue #446063

Color information

#446063 (or 0x446063) is unknown color: approx Smalt Blue. HEX triplet: 44, 60 and 63. RGB value is (68,96,99). Sum of RGB (Red+Green+Blue) = 68+96+99=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 99 - color contains mainly: blue. Hex color #446063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446063 is #BB9F9C. Grayscale: #575757. Windows color (decimal): -12296093 or 6512708. OLE color: 6512708.

HSL color Cylindrical-coordinate representation of color #446063: hue angle of 185.81º 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 #446063 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB689699-
CMYK0.310.0300.61
HSL185.81º18.56%32.75%-
HSV(B)185.81º31.31%38.82%-
XYZ8.8210.513.37-
YUV87.97134.22113.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 99 (39.06% from 255) = 37.64%
R=25.86%
G=36.50%
B=37.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6896990.310.0300.61185.8118.5632.75
Hex4460631F303Dba1321
Octal1041401433730752722341
Binary100010011000001100011111111101111011011101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446063; }

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

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

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

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

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

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

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

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