#455E62

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

Shades of Smalt Blue #455E62

Tints of Smalt Blue #455E62

Color information

#455E62 (or 0x455E62) is unknown color: approx Smalt Blue. HEX triplet: 45, 5E and 62. RGB value is (69,94,98). Sum of RGB (Red+Green+Blue) = 69+94+98=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 98 - color contains mainly: blue. Hex color #455E62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455E62 is #BAA19D. Grayscale: #565656. Windows color (decimal): -12231070 or 6446661. OLE color: 6446661.

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

Color convert

RGB699498-
CMYK0.300.0400.62
HSL188.28º17.37%32.75%-
HSV(B)188.28º29.59%38.43%-
XYZ8.6610.1513.06-
YUV86.98134.22115.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 98 (38.67% from 255) = 37.55%
R=26.44%
G=36.02%
B=37.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6994980.300.0400.62188.2817.3732.75
Hex455E621E403Ebc1121
Octal1051361423640762742141
Binary1000101101111011000101111010001111101011110010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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