#45646F

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

Shades of Smalt Blue #45646F

Tints of Smalt Blue #45646F

Color information

#45646F (or 0x45646F) is unknown color: approx Smalt Blue. HEX triplet: 45, 64 and 6F. RGB value is (69,100,111). Sum of RGB (Red+Green+Blue) = 69+100+111=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 100 (39.45% from 255 or 35.71% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 111 - color contains mainly: blue. Hex color #45646F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45646F is #BA9B90. Grayscale: #5B5B5B. Windows color (decimal): -12229521 or 7300165. OLE color: 7300165.

HSL color Cylindrical-coordinate representation of color #45646F: hue angle of 195.71º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #45646F is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB69100111-
CMYK0.380.1000.56
HSL195.71º23.33%35.29%-
HSV(B)195.71º37.84%43.53%-
XYZ9.8811.5316.74-
YUV91.98138.73111.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 100 (39.45% from 255) = 35.71%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=24.64%
G=35.71%
B=39.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal691001110.380.1000.56195.7123.3335.29
Hex45646F26A038c41723
Octal10514415746120703042743
Binary100010111001001101111100110101001110001100010010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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