#455F62

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

Shades of Smalt Blue #455F62

Tints of Smalt Blue #455F62

Color information

#455F62 (or 0x455F62) is unknown color: approx Smalt Blue. HEX triplet: 45, 5F and 62. RGB value is (69,95,98). Sum of RGB (Red+Green+Blue) = 69+95+98=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 98 - color contains mainly: blue. Hex color #455F62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455F62 is #BAA09D. Grayscale: #575757. Windows color (decimal): -12230814 or 6446917. OLE color: 6446917.

HSL color Cylindrical-coordinate representation of color #455F62: hue angle of 186.21º 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 #455F62 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB699598-
CMYK0.300.0300.62
HSL186.21º17.37%32.75%-
HSV(B)186.21º29.59%38.43%-
XYZ8.7510.3313.09-
YUV87.57133.89114.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 98 (38.67% from 255) = 37.40%
R=26.34%
G=36.26%
B=37.40%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6995980.300.0300.62186.2117.3732.75
Hex455F621E303Eba1121
Octal1051371423630762722141
Binary100010110111111100010111101101111101011101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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