#455F61

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

Shades of Smalt Blue #455F61

Tints of Smalt Blue #455F61

Color information

#455F61 (or 0x455F61) is unknown color: approx Smalt Blue. HEX triplet: 45, 5F and 61. RGB value is (69,95,97). Sum of RGB (Red+Green+Blue) = 69+95+97=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 97 - color contains mainly: blue. Hex color #455F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455F61 is #BAA09E. Grayscale: #575757. Windows color (decimal): -12230815 or 6381381. OLE color: 6381381.

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

Color convert

RGB699597-
CMYK0.290.0200.62
HSL184.29º16.87%32.55%-
HSV(B)184.29º28.87%38.04%-
XYZ8.710.3112.84-
YUV87.45133.39114.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=26.44%
G=36.40%
B=37.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6995970.290.0200.62184.2916.8732.55
Hex455F611D203Eb81121
Octal1051371413520762702141
Binary100010110111111100001111011001111101011100010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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