#45616E

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

Shades of Smalt Blue #45616E

Tints of Smalt Blue #45616E

Color information

#45616E (or 0x45616E) is unknown color: approx Smalt Blue. HEX triplet: 45, 61 and 6E. RGB value is (69,97,110). Sum of RGB (Red+Green+Blue) = 69+97+110=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 110 - color contains mainly: blue. Hex color #45616E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45616E is #BA9E91. Grayscale: #5A5A5A. Windows color (decimal): -12230290 or 7233861. OLE color: 7233861.

HSL color Cylindrical-coordinate representation of color #45616E: hue angle of 199.02º degrees, saturation: 0.23, 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 #45616E is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6997110-
CMYK0.370.1200.57
HSL199.02º22.91%35.1%-
HSV(B)199.02º37.27%43.14%-
XYZ9.5410.9416.36-
YUV90.11139.22112.94-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25%
GREEN value IS 97 (38.28% from 255) = 35.14%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=25%
G=35.14%
B=39.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69971100.370.1200.57199.0222.9135.1
Hex45616E25C039c71723
Octal10514115645140713072743
Binary100010111000011101110100101110001110011100011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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