#416063

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

Shades of Smalt Blue #416063

Tints of Smalt Blue #416063

Color information

#416063 (or 0x416063) is unknown color: approx Smalt Blue. HEX triplet: 41, 60 and 63. RGB value is (65,96,99). Sum of RGB (Red+Green+Blue) = 65+96+99=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #416063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416063 is #BE9F9C. Grayscale: #575757. Windows color (decimal): -12492701 or 6512705. OLE color: 6512705.

HSL color Cylindrical-coordinate representation of color #416063: hue angle of 185.29º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #416063 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB659699-
CMYK0.340.0300.61
HSL185.29º20.73%32.16%-
HSV(B)185.29º34.34%38.82%-
XYZ8.6110.3913.36-
YUV87.07134.73112.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 96 (37.89% from 255) = 36.92%
BLUE value IS 99 (39.06% from 255) = 38.08%
R=25%
G=36.92%
B=38.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6596990.340.0300.61185.2920.7332.16
Hex41606322303Db91520
Octal1011401434230752712540
Binary1000001110000011000111000101101111011011100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416063; }

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

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

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

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

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

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

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

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