#45626D

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

Shades of Smalt Blue #45626D

Tints of Smalt Blue #45626D

Color information

#45626D (or 0x45626D) is unknown color: approx Smalt Blue. HEX triplet: 45, 62 and 6D. RGB value is (69,98,109). Sum of RGB (Red+Green+Blue) = 69+98+109=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 98 (38.67% from 255 or 35.51% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 109 - color contains mainly: blue. Hex color #45626D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45626D is #BA9D92. Grayscale: #5A5A5A. Windows color (decimal): -12230035 or 7168581. OLE color: 7168581.

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

Color convert

RGB6998109-
CMYK0.370.1000.57
HSL196.5º22.47%34.9%-
HSV(B)196.5º36.7%42.75%-
XYZ9.5811.116.11-
YUV90.58138.39112.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25%
GREEN value IS 98 (38.67% from 255) = 35.51%
BLUE value IS 109 (42.97% from 255) = 39.49%
R=25%
G=35.51%
B=39.49%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69981090.370.1000.57196.522.4734.9
Hex45626D25A039c41623
Octal10514215545120713042643
Binary100010111000101101101100101101001110011100010010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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