#455D63

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

Shades of Smalt Blue #455D63

Tints of Smalt Blue #455D63

Color information

#455D63 (or 0x455D63) is unknown color: approx Smalt Blue. HEX triplet: 45, 5D and 63. RGB value is (69,93,99). Sum of RGB (Red+Green+Blue) = 69+93+99=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #455D63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D63 is #BAA29C. Grayscale: #565656. Windows color (decimal): -12231325 or 6511941. OLE color: 6511941.

HSL color Cylindrical-coordinate representation of color #455D63: hue angle of 192º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455D63 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB699399-
CMYK0.300.0600.61
HSL192º17.86%32.94%-
HSV(B)192º30.3%38.82%-
XYZ8.629.9913.28-
YUV86.51135.05115.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=26.44%
G=35.63%
B=37.93%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6993990.300.0600.6119217.8632.94
Hex455D631E603Dc01221
Octal1051351433660753002241
Binary1000101101110111000111111011001111011100000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455D63; }

 p { color: rgb(69,93,99); }

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

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

 a { background-color: rgb(69,93,99); }

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

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

 span { border-color: rgb(69,93,99); }

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