#45616D

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

Shades of Smalt Blue #45616D

Tints of Smalt Blue #45616D

Color information

#45616D (or 0x45616D) is unknown color: approx Smalt Blue. HEX triplet: 45, 61 and 6D. RGB value is (69,97,109). Sum of RGB (Red+Green+Blue) = 69+97+109=275 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.09% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 109 (42.97% from 255 or 39.64% from 275); Max value from RGB is 109 - color contains mainly: blue. Hex color #45616D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45616D is #BA9E92. Grayscale: #595959. Windows color (decimal): -12230291 or 7168325. OLE color: 7168325.

HSL color Cylindrical-coordinate representation of color #45616D: hue angle of 198º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #45616D is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6997109-
CMYK0.370.1100.57
HSL198º22.47%34.9%-
HSV(B)198º36.7%42.75%-
XYZ9.4910.9216.08-
YUV90138.72113.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.09%
GREEN value IS 97 (38.28% from 255) = 35.27%
BLUE value IS 109 (42.97% from 255) = 39.64%
R=25.09%
G=35.27%
B=39.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69971090.370.1100.5719822.4734.9
Hex45616D25B039c61623
Octal10514115545130713062643
Binary100010111000011101101100101101101110011100011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45616D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45616D; }

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

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

<style>
 a { background-color: #45616D; }

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

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

<style>
 span { border-color: #45616D; }

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

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