#45646D

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

Shades of Smalt Blue #45646D

Tints of Smalt Blue #45646D

Color information

#45646D (or 0x45646D) is unknown color: approx Smalt Blue. HEX triplet: 45, 64 and 6D. RGB value is (69,100,109). Sum of RGB (Red+Green+Blue) = 69+100+109=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 109 - color contains mainly: blue. Hex color #45646D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45646D is #BA9B92. Grayscale: #5B5B5B. Windows color (decimal): -12229523 or 7169093. OLE color: 7169093.

HSL color Cylindrical-coordinate representation of color #45646D: hue angle of 193.5º 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 #45646D is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB69100109-
CMYK0.370.0800.57
HSL193.5º22.47%34.9%-
HSV(B)193.5º36.7%42.75%-
XYZ9.7711.4816.17-
YUV91.76137.73111.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.82%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=24.82%
G=35.97%
B=39.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal691001090.370.0800.57193.522.4734.9
Hex45646D258039c21623
Octal10514415545100713022643
Binary100010111001001101101100101100001110011100001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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