#455E61

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

Shades of Smalt Blue #455E61

Tints of Smalt Blue #455E61

Color information

#455E61 (or 0x455E61) is unknown color: approx Smalt Blue. HEX triplet: 45, 5E and 61. RGB value is (69,94,97). Sum of RGB (Red+Green+Blue) = 69+94+97=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: blue. Hex color #455E61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E61 is #BAA19E. Grayscale: #565656. Windows color (decimal): -12231071 or 6381125. OLE color: 6381125.

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

Color convert

RGB699497-
CMYK0.290.0300.62
HSL186.43º16.87%32.55%-
HSV(B)186.43º28.87%38.04%-
XYZ8.6110.1312.81-
YUV86.87133.72115.26-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 97 (38.28% from 255) = 37.31%
R=26.54%
G=36.15%
B=37.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6994970.290.0300.62186.4316.8732.55
Hex455E611D303Eba1121
Octal1051361413530762722141
Binary100010110111101100001111011101111101011101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,94,97); }

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

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

 a { background-color: rgb(69,94,97); }

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

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

 span { border-color: rgb(69,94,97); }

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