#45646B

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

Shades of Smalt Blue #45646B

Tints of Smalt Blue #45646B

Color information

#45646B (or 0x45646B) is unknown color: approx Smalt Blue. HEX triplet: 45, 64 and 6B. RGB value is (69,100,107). Sum of RGB (Red+Green+Blue) = 69+100+107=276 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 107 - color contains mainly: blue. Hex color #45646B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45646B is #BA9B94. Grayscale: #5B5B5B. Windows color (decimal): -12229525 or 7038021. OLE color: 7038021.

HSL color Cylindrical-coordinate representation of color #45646B: hue angle of 191.05º 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 #45646B is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB69100107-
CMYK0.360.0700.58
HSL191.05º21.59%34.51%-
HSV(B)191.05º35.51%41.96%-
XYZ9.6711.4415.61-
YUV91.53136.73111.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=25%
G=36.23%
B=38.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal691001070.360.0700.58191.0521.5934.51
Hex45646B24703Abf1623
Octal1051441534470722772643
Binary10001011100100110101110010011101110101011111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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