#45606B

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

Shades of Smalt Blue #45606B

Tints of Smalt Blue #45606B

Color information

#45606B (or 0x45606B) is unknown color: approx Smalt Blue. HEX triplet: 45, 60 and 6B. RGB value is (69,96,107). Sum of RGB (Red+Green+Blue) = 69+96+107=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 107 - color contains mainly: blue. Hex color #45606B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45606B is #BA9F94. Grayscale: #595959. Windows color (decimal): -12230549 or 7036997. OLE color: 7036997.

HSL color Cylindrical-coordinate representation of color #45606B: hue angle of 197.37º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #45606B is Cyan = 0.36, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6996107-
CMYK0.360.1000.58
HSL197.37º21.59%34.51%-
HSV(B)197.37º35.51%41.96%-
XYZ9.2910.6915.48-
YUV89.18138.05113.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 96 (37.89% from 255) = 35.29%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=25.37%
G=35.29%
B=39.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal69961070.360.1000.58197.3721.5934.51
Hex45606B24A03Ac51623
Octal10514015344120723052643
Binary100010111000001101011100100101001110101100010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45606B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45606B; }

 p { color: rgb(69,96,107); }

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

<style>
 a { background-color: #45606B; }

 a { background-color: rgb(69,96,107); }

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

<style>
 span { border-color: #45606B; }

 span { border-color: rgb(69,96,107); }

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