#455B61

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

Shades of Smalt Blue #455B61

Tints of Smalt Blue #455B61

Color information

#455B61 (or 0x455B61) is unknown color: approx Smalt Blue. HEX triplet: 45, 5B and 61. RGB value is (69,91,97). Sum of RGB (Red+Green+Blue) = 69+91+97=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #455B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455B61 is #BAA49E. Grayscale: #555555. Windows color (decimal): -12231839 or 6380357. OLE color: 6380357.

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

Color convert

RGB699197-
CMYK0.290.0600.62
HSL192.86º16.87%32.55%-
HSV(B)192.86º28.87%38.04%-
XYZ8.359.6112.72-
YUV85.11134.71116.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=26.85%
G=35.41%
B=37.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6991970.290.0600.62192.8616.8732.55
Hex455B611D603Ec11121
Octal1051331413560763012141
Binary1000101101101111000011110111001111101100000110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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